Click or drag to resize
CalculationWorks Logo
BcfTablePrimaryKeyFind Method
Finds the specified values.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRow[] Find(
	params Object[] values
)

Parameters

values
Type: SystemObject
The values.

Return Value

Type: BcfRow
BcfRow[].
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null
ArgumentExceptionnumber of values must match the number of columns;values
Remarks
Within a transaction the primary key constraint can be violated. So the method may return more then one row.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also