CalculationWorks Logo
BcfTablePrimaryKeyFind Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Finds the specified values.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.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.
See Also

Reference