Click or drag to resize
DashboardQueryNumRows Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the total number of rows returned by this query.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public int NumRows { get; }

Return Value

Type: Int32
The total number of rows returned by this query.
Remarks
If the query returns more than one dataset, this value will return the number of rows returned by each dataset summed together.
See Also