Click or drag to resize
QueryColumnBaseTColumnWithExpression Method
Sets the expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TColumn WithExpression(
	string expression
)

Parameters

expression
Type: SystemString
New column expression

Return Value

Type: TColumn
See Also