 | 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
Syntaxpublic BcfRow TryFindAdequateRow(
BcfRow row,
BcfRowComparisonMode rowComparisonMode = BcfRowComparisonMode.PrimaryKey
)
Public Function TryFindAdequateRow (
row As BcfRow,
Optional rowComparisonMode As BcfRowComparisonMode = BcfRowComparisonMode.PrimaryKey
) As BcfRow
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row to find an adequate one. - rowComparisonMode (Optional)
- Type: CalculationWorks.BusinessModelBcfRowComparisonMode
The row comparison mode.
Return Value
Type:
BcfRowThe adequate row if found; otherwise
null.
See Also