Click or drag to resize

BcfColumnCollectionTryGetColumn Method (String, BcfColumn)

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

Gets the column associated with the specified columnName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool TryGetColumn(
	string columnName,
	out BcfColumn column
)

Parameters

columnName
Type: SystemString
The column-name of the column to get.
column
Type: CalculationWorks.BusinessModelBcfColumn
When this method returns, contains the column associated with the specified columnName, if the columnName is found; otherwise null.

Return Value

Type: Boolean
true if the collection contains an element with the specified columnName; otherwise, false.
See Also