SetFetchLimit Method
Overloads
| SetFetchLimit(Int32) | 
             Limits the number of rows of data to load from a data source. This method works when reloading in debug mode.  | 
        
      
    
SetFetchLimit(Int32)
Limits the number of rows of data to load from a data source.
This method works when reloading in debug mode.
Declaration
      public void SetFetchLimit([QixName("qLimit")] int limit)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | limit | 
           Fetch limit. Number of rows to load.  |