Click or drag to resize

BcfTableTRowTryGetRowFromId Method (NullableInt32)

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

Gets the BcfRow with specified rowId.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public TRow TryGetRowFromId(
	Nullable<int> rowId
)

Parameters

rowId
Type: SystemNullableInt32
The BcfRow identifier.

Return Value

Type: TRow
The BcfRow with specified rowId; or null if the BcfTable does not contains a BcfRow with specified rowId.
See Also