 | BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method |
[This is preliminary documentation and is subject to change.]
Gets the
BcfRowView is associated with the specified
rowViewId; or
null if not present.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic TRowView TryGetRowViewFromRepository(
Nullable<int> rowViewId
)
Public Function TryGetRowViewFromRepository (
rowViewId As Nullable(Of Integer)
) As TRowView
Parameters
- rowViewId
- Type: SystemNullableInt32
The row(-view) identifier.
Return Value
Type:
TRowViewThe
BcfRowView is associated with the specified
rowViewId; or
null if not present.
See Also