QueryMaxRows Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the maximum number of rows for this query to return
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MaxRows { get; set; }
Public Property MaxRows As Integer
Get
Set
public:
virtual property int MaxRows {
int get () sealed;
void set (int value) sealed;
}
function get_MaxRows();
function set_MaxRows(value);
Property Value
Type:
Int32The maximum number of rows for this query to return
Return Value
Type:
Int32The maximum number of rows for this query to return
Remarks 0 indicates return all rows
See Also