CalculationWorks Logo
BcfTableCollectionItem Property (String)CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Gets the BcfTable with the specified table name.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.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
See Also

Reference