Click or drag to resize

BcfColumnCollectionTryGetColumn Method (String)

Gets the column with the specified name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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 if columnName not found.
See Also