CMSAbstractTransformationEvalColumnInternal Method |
Evaluates the data column
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also