 | BcfTableTryGetRowFromId Method (NullableInt32) |
Gets the
BcfRow with specified
rowId.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfRow TryGetRowFromId(
Nullable<int> rowId
)
Public Function TryGetRowFromId (
rowId As Nullable(Of Integer)
) As BcfRow
Parameters
- rowId
- Type: SystemNullableInt32
The BcfRow identifier.
Return Value
Type:
BcfRowThe
BcfRow with specified
rowId; or
if the
BcfTable does not contains a
BcfRow with specified
rowId.
See Also