DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The total number of rows returned by this query.
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
C# |
---|
public int NumRows { get; } |
Visual Basic |
---|
Public ReadOnly Property NumRows As Integer Get |
Visual C++ |
---|
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.