Click or drag to resize

BcfTableCollectionTryGetTable Method (String)

Gets the BcfTable with specified tableName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfTable TryGetTable(
	string tableName
)

Parameters

tableName
Type: SystemString
The name of the table to get.

Return Value

Type: BcfTable
The table with the specified name; or if tableName not found.
See Also