 |
| BcfTableCollectionItem Property (String) |
Gets the
BcfTable with the specified table name.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfTable this[
string tableName
] { get; }Public ReadOnly Default Property Item (
tableName As String
) As BcfTable
Get
public:
property BcfTable^ default[String^ tableName] {
BcfTable^ get (String^ tableName);
}member Item : BcfTable with get
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
BcfTableBcfTable.
Exceptions
RemarksThe collection is case-sensitive when it searches for table names.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also