Click or drag to resize
CMSAbstractTransformationEvalColumnInternal Method
Evaluates the data column

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected virtual bool EvalColumnInternal(
	Object data,
	string columnName,
	ref Object value
)

Parameters

data
Type: SystemObject
Source data
columnName
Type: SystemString
Column name or expression to get
value
Type: SystemObject
Returning value of the evaluation

Return Value

Type: Boolean
See Also