Click or drag to resize

BcfColumnIdGetColumn Method

Resolves the BcfColumn representing this instance in specified dataSet.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfColumn GetColumn(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfColumn
The BcfColumn representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is .
IndexOutOfRangeExceptionFailed to resolve table or column in dataSet.
See Also