Click or drag to resize
AbstractQueryObject Class
Base for any object participating in the Data query evaluation
Inheritance Hierarchy
SystemObject
  CMS.DataEngineAbstractQueryObject
    CMS.DataEngineQueryParametersBaseTParent

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public abstract class AbstractQueryObject : IQueryObject

The AbstractQueryObject type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractQueryObject
Top
Properties
  NameDescription
Public propertyName
Object name, empty by default
Public propertyParameters
Query parameters
Top
Methods
  NameDescription
Public methodApplyParametersTo
Applies this query parameters to the target object
Public methodChanged
Marks the object as changed
Public methodCloneObject
Creates the clone of the object.
Public methodIncludeDataParameters
Adds the data parameters to the current query parameters
Public methodReset
Flushes the results but leaves the generated query text unchanged. After the reset, query can be executed again to obtain new data.
Top
See Also