Click or drag to resize
QueryDataset Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineQueryDataset

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class QueryDataset : QueryDataset_QueryDataset, 
	ISerializable, ITelemetry

The QueryDataset type exposes the following members.

Constructors
  NameDescription
Public methodQueryDataset
Creates and returns a new QueryDataset object
Public methodQueryDataset(Object)
Creates and returns a new QueryDataSet object
Top
Methods
Fields
Properties
  NameDescription
Public propertyDashboardQueryID
Gets and sets the ID of the dashboard query that this dataset belongs to
Public propertyDataSet
Gets and sets the dataset object that contains the data for this object
Public propertyFields
Gets and sets the fields collection returned for this dataset
Public propertyName
Gets and sets the name of this dataset
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyRecordset
Gets the data converted to an ADODB recordset object for COM interfaces
Public propertySubjectTitle
Gets and sets the Subject Title this dataset is derived from
Top
See Also