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