| QueryExtensionsAsLiteralT Method | 
            Converts value to a literal value which can be used in a query
            
 
Namespace: CMS.DataEngine.QueryAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
Syntaxpublic static QueryExpression AsLiteral<T>(
	this T value
)
Parameters
- value
- Type: T
 Value to convert
Type Parameters
- T
Return Value
Type: 
QueryExpressionUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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
See Also