QueriesGetFirstObject Method |
|
DataPA OpenAnalytics API Reference
Gets the first Object in the collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query GetFirstObject()
Public Function GetFirstObject As Query
public:
virtual Query^ GetFirstObject() sealed
function GetFirstObject();
Return Value
Type:
QueryThe first Object in the collection.
Remarks See Also