CalculationWorks Logo
BcfTableCollectionTryGetTable Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Gets the table with the specified name.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.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 name, if the tableName is found; otherwise, null. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the collection contains an table with the specified name; otherwise false.
Exceptions

ExceptionCondition
ArgumentNullExceptiontableName is null
See Also

Reference