BcfRelationFindParentRow Method |
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | keyValues is . |
| ArgumentException | keyValues length must match the number of key columns orFailed to convert an object in keyValues into column type using TryConvertAndFormatObject(Object, Object) |
| InvalidOperationException | keyValues array length does not match key column count. orThere are more than one row with matching key. This can be done within a transaction by setting transactions EnforceConstraints to . If you do so; use FindParentRows(Object) to get all rows with matching key. |
| BcfValueConstraintException | Failed to convert an object in keyValues into column type using TryConvertAndFormatObject(Object, Object) |