SetFetchLimitAsync Method
Overloads
| SetFetchLimitAsync(Int32) | Limits the number of rows of data to load from a data source. This method works when reloading in debug mode. | |
| SetFetchLimitAsync(AsyncHandle, Int32) | Limits the number of rows of data to load from a data source. This method works when reloading in debug mode. | 
SetFetchLimitAsync(Int32)
Limits the number of rows of data to load from a data source.
This method works when reloading in debug mode.
Declaration
      Task SetFetchLimitAsync([QixName("qLimit")] int limit)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | limit | Fetch limit. Number of rows to load. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
SetFetchLimitAsync(AsyncHandle, Int32)
Limits the number of rows of data to load from a data source.
This method works when reloading in debug mode.
Declaration
      Task SetFetchLimitAsync(AsyncHandle asyncHandle, [QixName("qLimit")] int limit)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Int32 | limit | Fetch limit. Number of rows to load. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |