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: 2.1.0.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.
See Also