Click or drag to resize
QueryExtensionsAsExpression Method
Converts string to a query expression which can be used in a query

Namespace: CMS.DataEngine.Query
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static QueryExpression AsExpression(
	this string expression
)

Parameters

expression
Type: SystemString
Expression

Return Value

Type: QueryExpression

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also