Click or drag to resize

BcfTableFindAdequateRow Method

Gets the adequate row in this table of specified row.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRow FindAdequateRow(
	BcfRow row,
	BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row to find an adequate one.
rowComparisonMode (Optional)
Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.

Return Value

Type: BcfRow
The adequate row.
Exceptions
ExceptionCondition
InvalidOperationExceptionrowComparisonMode is PrimaryKey and this or rows table PrimaryKey is or not compatible.
See Also