Click or drag to resize

DataQuery Class

Represents a chart data query. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.ChartsDataQuery

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public sealed class DataQuery

The DataQuery type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCriteria
Gets or sets the list of query criteria.
Top
Methods
  NameDescription
Public methodAsReadOnly
Returns a read-only version of the current data query.
Public methodStatic memberParse
Parses data query information fron the given string.
Public methodSerialize
Serializes current query to string.
Public methodToString
Returns string representation of a current query.
(Overrides ObjectToString.)
Top
Remarks