| QueryExpressionBaseTExpression Class |
Namespace: CMS.DataEngine
public class QueryExpressionBase<TExpression> : QueryParametersBase<TExpression>, IQueryExpression, IQueryParameters, IQueryObject, IQueryObjectWithValue where TExpression : new(), QueryExpressionBase<TExpression>
The QueryExpressionBaseTExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryExpressionBaseTExpression |
| Name | Description | |
|---|---|---|
| mParameters |
Query data parameters
(Inherited from QueryParametersBaseTParent.) |
| Name | Description | |
|---|---|---|
| Expression |
Expression
| |
| IsImmutable |
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
| Name |
Object name, empty by default
(Inherited from AbstractQueryObject.) | |
| Parameters |
Query data parameters
(Inherited from QueryParametersBaseTParent.) |
| Name | Description | |
|---|---|---|
| ApplyParametersTo |
Applies this where condition to the target object
(Inherited from QueryParametersBaseTParent.) | |
| AsColumn |
Creates a column from the given expression
| |
| AsValue |
Gets a query expression representing this object as a value
| |
| Changed |
Marks the object as changed
(Inherited from AbstractQueryObject.) | |
| Clone |
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
| CloneObject |
Creates the clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
| CopyPropertiesTo |
Copies all the object properties to the given target class
(Overrides QueryParametersBaseTParentCopyPropertiesTo(IQueryObject).) | |
| EnsureParameters |
Ensures data parameters for the given query
(Inherited from QueryParametersBaseTParent.) | |
| Expand |
Expands the expression by replacing parameters with their values
(Inherited from QueryParametersBaseTParent.) | |
| GetExpression |
Gets a query expression representing this object as a value
| |
| GetTypedQuery |
Returns specifically typed instance of current Query object to allow user to compose Query in fluent syntax. If current Query is immutable then its clone is returned.
(Inherited from QueryParametersBaseTParent.) | |
| Immutable |
Makes this object instance immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBaseTParent.) | |
| IncludeDataParameters |
Adds the data parameters to the current query parameters
(Inherited from QueryParametersBaseTParent.) | |
| Reset |
Flushes the results but leaves the generated query text unchanged.
After the reset, query can be executed again to obtain new data.
(Inherited from AbstractQueryObject.) | |
| Snapshot | Obsolete.
Creates an immutable snapshot of the current query as a base for further evaluation. Doesn't modify the original query in any way.
(Inherited from QueryParametersBaseTParent.) | |
| ToString |
Returns the string representation of the expression
(Inherited from QueryParametersBaseTParent.) | |
| ToString(Boolean) |
Returns the string representation of the expression, with possibility of expanding parameters
(Overrides QueryParametersBaseTParentToString(Boolean).) |