Click or drag to resize
QueriesGetNextObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Next Object in the collection.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Query GetNextObject(
	Query Query
)

Parameters

Query
Type: DataPA.Utils.QueryEngineQuery
The current object in the collection.

Return Value

Type: Query
The Next Object in the collection.
Remarks