Click or drag to resize

BcfColumnCollectionTryGetColumn Method (String)

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

Gets the column with the specified name.

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

Parameters

columnName
Type: SystemString
The name of the column to get.

Return Value

Type: BcfColumn
The column with the specified name; or null if columnName not found.
See Also