Click or drag to resize

BcfTableTryFindAdequateRow Method

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

Gets the adequate row of this table of specified row - or null if not found.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow TryFindAdequateRow(
	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 if found; otherwise null.
See Also