Click or drag to resize

BcfTableCollectionTryGetTable Method (String, BcfTable)

Gets the BcfTable with specified tableName.

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

Parameters

tableName
Type: SystemString
The name of the table to get.
table
Type: CalculationWorks.BusinessModelBcfTable
When this method returns, contains the table with the specified tableName, if the tableName is found; otherwise, . This parameter is passed uninitialized.

Return Value

Type: Boolean
if the collection contains a table with the specified tableName; otherwise .
See Also