 | BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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:
TRowViewBcfRowView or
null if no
BcfRowView is associated with the specified
rowViewId.
Version InformationForms
Supported in: 4.0
See Also