Click or drag to resize
QueryColumnFromExpression Method
Creates a query column from the given expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static QueryColumn FromExpression(
	string expression
)

Parameters

expression
Type: SystemString
Column expression

Return Value

Type: QueryColumn
See Also