Click or drag to resize
Queries Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of Queries.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineQueries

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Queries : _Queries, IEnumerable, 
	IEnumerator, ISerializable

The Queries type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a Query to this collection.
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstObject
Gets the first Object in the collection.
Public methodGetNextObject
Gets the Next Object in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodRemove(Int32)
Removes a Query from this collection.
Public methodRemove(String)
Removes a Query from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Queries in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyDescendent
Gets a child or descendent query based on the ID provided
Public propertyItemInt32
Gets and sets a Query in this collection.
Public propertyItemString
Gets and sets a Query in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
Remarks