Skip to main content Skip to complementary content

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

      public 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

Implements

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

      public 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

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!