Click or drag to resize

BcfRelationFindParentRows Method

[This is preliminary documentation and is subject to change.]

Returns parent rows with matching key values.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IEnumerable<BcfRow> FindParentRows(
	params Object[] keyValues
)

Parameters

keyValues
Type: SystemObject
The key values.

Return Value

Type: IEnumerableBcfRow
Parent rows with matching key values.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeyValues is null.
InvalidOperationExceptionThe relation has no key columns defined.
ArgumentException

keyValues length must match the number of key columns

or

Failed to convert an object in keyValues into column type using TryConvertAndFormatObject(Object, Object)

See Also