Click or drag to resize
IQueryObject Interface
Base interface for all query objects

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface IQueryObject

The IQueryObject type exposes the following members.

Properties
  NameDescription
Public propertyName
Object name, empty by default
Public propertyParameters
Query data parameters
Top
Methods
  NameDescription
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
Top
See Also