Click or drag to resize
DataQuerySourceParameters Class
Parameters for the data query source
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDataQuerySourceParameters

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

The DataQuerySourceParameters type exposes the following members.

Constructors
  NameDescription
Public methodDataQuerySourceParameters
Constructor
Top
Properties
  NameDescription
Public propertyMaxRecords
Max records to retrieve
Public propertyOffset
Offset of the first record to retrieve
Public propertyQuery
Executing query
Public propertySettings
Query parameters
Public propertyTotalRecords
Returns total records
Top
Methods
  NameDescription
Public methodToString
Gets the string representation of the where condition
(Overrides ObjectToString.)
Top
See Also