Click or drag to resize
QueryMaxRows Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the maximum number of rows for this query to return

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int MaxRows { get; set; }

Property Value

Type: Int32
The maximum number of rows for this query to return

Return Value

Type: Int32
The maximum number of rows for this query to return
Remarks
0 indicates return all rows
See Also