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