| AbstractQueryObject Class |
Namespace: CMS.DataEngine
public abstract class AbstractQueryObject : IQueryObject
The AbstractQueryObject type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractQueryObject |
| Name | Description | |
|---|---|---|
| Name |
Object name, empty by default
| |
| Parameters |
Query parameters
|
| Name | Description | |
|---|---|---|
| ApplyParametersTo |
Applies this query parameters to the target object
| |
| Changed |
Marks the object as changed
| |
| CloneObject |
Creates the clone of the object.
| |
| IncludeDataParameters |
Adds the data parameters to the current query parameters
| |
| Reset |
Flushes the results but leaves the generated query text unchanged.
After the reset, query can be executed again to obtain new data.
|