 | BcfRowViewRepositoryTryGetRowViewFromId Method |
[This is preliminary documentation and is subject to change.]
Gets the associated
BcfRowView of specified
RowId if found; otherwise
null.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRowView TryGetRowViewFromId(
Nullable<int> rowViewId
)
Public Function TryGetRowViewFromId (
rowViewId As Nullable(Of Integer)
) As BcfRowView
Parameters
- rowViewId
- Type: SystemNullableInt32
The row(-view) identifier.
Return Value
Type:
BcfRowViewThe associated
BcfRowView of specified
RowId if found; otherwise
null.
Version InformationForms
Supported in: 4.0
See Also