Click or drag to resize
IQueryObjectWithValue Interface
Base interface for all query objects with value

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

The IQueryObjectWithValue type exposes the following members.

Properties
  NameDescription
Public propertyName
Object name, empty by default
(Inherited from IQueryObject.)
Public propertyParameters
Query data parameters
(Inherited from IQueryObject.)
Top
Methods
  NameDescription
Public methodAsValue
Gets a query expression representing this object as a value
Public methodCloneObject
Creates the clone of the object.
(Inherited from IQueryObject.)
Public methodGetExpression
Gets a string expression representing this object
Public methodChanged
Marks the object as changed
(Inherited from IQueryObject.)
Public methodIncludeDataParameters
Adds the data parameters to the current query parameters
(Inherited from IQueryObject.)
Top
See Also