QueryParametersBaseTParent Methods |
The QueryParametersBaseTParent generic type exposes the following members.
Name | Description | |
---|---|---|
ApplyParametersTo |
Applies this where condition to the target object
(Overrides AbstractQueryObjectApplyParametersTo(IQueryObject).) | |
Changed |
Marks the object as changed
(Inherited from AbstractQueryObject.) | |
Clone |
Creates the clone of the object.
| |
CloneObject |
Creates the clone of the object.
(Overrides AbstractQueryObjectCloneObject.) | |
CopyPropertiesTo |
Copies all the object properties to the given target class
| |
EnsureParameters |
Ensures data parameters for the given query
| |
Expand |
Expands the expression by replacing parameters with their values
| |
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.
| |
Immutable |
Makes this object instance immutable, and next subsequent modification starts with a clone of the object.
| |
IncludeDataParameters |
Adds the data parameters to the current query parameters
(Overrides AbstractQueryObjectIncludeDataParameters(QueryDataParameters, String).) | |
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.
| |
ToString |
Returns the string representation of the expression
(Overrides ObjectToString.) | |
ToString(Boolean) |
Returns the string representation of the expression, with possibility of expanding parameters
|