Click or drag to resize

BcfRowGetFaults Method (BcfColumn)

Gets the BcfFault objects the column's cell is tagged with.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfFault> GetFaults(
	BcfColumn column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: IEnumerableBcfFault
The BcfFault objects the column's cell is tagged with.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is .
ArgumentExceptionThe specified column does not belong to this table.
See Also