 | BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.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 InformationBCF
Supported in: 4.0
See Also