Click or drag to resize

BcfTableCollectionItem Property (String)

Gets the BcfTable with the specified tableName.

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

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: BcfTable
The BcfTable with the specified tableName.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableName is .
ArgumentExceptiontableName not in list
See Also