Click or drag to resize

BcfPrimaryKeySelect Method

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

Finds rows with the specified primary key values.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public IEnumerable<BcfRow> Select(
	params Object[] values
)

Parameters

values
Type: SystemObject
The primary key values.

Return Value

Type: IEnumerableBcfRow
The row with the specified primary key values if found; otherwise null.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
ArgumentExceptionvalues length must match the number of key columns
Version Information

BCF

Supported in: 4.0
See Also