 | BcfTableCollectionItem Property (String) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfTable with the specified
tableName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfTable this[
string tableName
] { get; }Public ReadOnly Default Property Item (
tableName As String
) As BcfTable
Get
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
BcfTableThe
BcfTable with the specified
tableName.
Exceptions
See Also