 | BcfViewManagerDataRepositoryTryGetRowViewRepository Method (String) |
Finds and returns the item specified by tableName.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic BcfRowViewRepository TryGetRowViewRepository(
string tableName
)
Public Function TryGetRowViewRepository (
tableName As String
) As BcfRowViewRepository
Parameters
- tableName
- Type: SystemString
Return Value
Type:
BcfRowViewRepositoryThe item specified by
tableName if found; otherwise
.
See Also