 | BcfViewManagerDataRepositoryItem Property (String) |
[This is preliminary documentation and is subject to change.]
Gets the item with the specified tableName.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRowViewRepository this[
string tableName
] { get; }Public ReadOnly Default Property Item (
tableName As String
) As BcfRowViewRepository
Get
Parameters
- tableName
- Type: SystemString
The table-name.
Return Value
Type:
BcfRowViewRepositoryThe item with the specified
tableName.
Exceptions
See Also