Class QueryValueExpression
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Query value expression
public class QueryValueExpression : QueryExpressionBase<QueryValueExpression>, IQueryParameters<QueryValueExpression>, IQueryExpression, IQueryParameters, IQueryObjectWithValue, IQueryObject
- Inheritance
-
objectQueryValueExpression
- Implements
- Inherited Members
- Extension Methods
Constructors
QueryValueExpression()
Constructor
public QueryValueExpression()
QueryValueExpression(object, string, bool)
Constructor
public QueryValueExpression(object value, string name = null, bool expand = false)
Parameters
value
objectValue
name
stringValue name
expand
boolIf true, expands the value to a constant
Methods
As(string)
Changes the name of the expression parameter to the given name
public QueryValueExpression As(string name)
Parameters
name
stringName for the parameter