QueryColumnFromExpression Method |
Creates a query column from the given expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static QueryColumn FromExpression(
string expression
)
Parameters
- expression
- Type: SystemString
Column expression
Return Value
Type:
QueryColumnSee Also