Click or drag to resize

BcfRowGetFaults Method (String)

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

Gets the BcfFault objects the cell with columnName is tagged with.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public IEnumerable<BcfFault> GetFaults(
	string columnName
)

Parameters

columnName
Type: SystemString
column name

Return Value

Type: IEnumerableBcfFault
The BcfFault objects the cell with columnName is tagged with.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentNullExceptioncolumnName is null.
ArgumentExceptionThe column specified by columnName cannot be found.
Version Information

BCF

Supported in: 4.0
See Also