Click or drag to resize
CalculationWorks Logo
BcfTableCollectionItem Property (String)
Gets the BcfTable with the specified table name.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfTable this[
	string tableName
] { get; }

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: BcfTable
BcfTable.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableName is null
KeyNotFoundExceptiontableName not in list
Remarks
The collection is case-sensitive when it searches for table names.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also