DashboardQueryNumRows Property |
|
DataPA OpenAnalytics API Reference
Gets the total number of rows returned by this query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int NumRows { get; }
Public ReadOnly Property NumRows As Integer
Get
public:
virtual property int NumRows {
int get () sealed;
}
Return Value
Type:
Int32The 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