 | BcfTableViewBaseTRowViewTryGetRowViewFromRepository Method |
Gets the
BcfRowView is associated with the specified
rowViewId; or
if not present.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
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
if not present.
See Also