Click or drag to resize

BcfRowViewGetColumnError Method

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

Gets the error description for a column, specified by columnName.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public virtual string GetColumnError(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: String
All BcfFaultMessages as one string; or an empty string if no BcfFaultMessage is present.
Version Information

Forms

Supported in: 4.0
See Also