Table of Contents

Class QueryValueExpression

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Query value expression

public class QueryValueExpression : QueryExpressionBase<QueryValueExpression>, IQueryParameters<QueryValueExpression>, IQueryExpression, IQueryParameters, IQueryObjectWithValue, IQueryObject
Inheritance
object
QueryValueExpression
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 object

Value

name string

Value name

expand bool

If 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 string

Name for the parameter

Returns

QueryValueExpression