QueriesGetNextObject Method |
|
DataPA OpenAnalytics API Reference
Gets the Next Object in the collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query GetNextObject(
Query Query
)
Public Function GetNextObject (
Query As Query
) As Query
public:
virtual Query^ GetNextObject(
Query^ Query
) sealed
function GetNextObject(Query);
Parameters
- Query
- Type: DataPA.Utils.QueryEngineQuery
The current object in the collection.
Return Value
Type:
QueryThe Next Object in the collection.
Remarks See Also