FetchAsyncArgsBase Constructors
Populates commands bound to the InfiniteAsyncSource.FetchRowsCommand / PagedAsyncSource.FetchPageCommand properties with data.| Name | Parameters | Description |
|---|---|---|
| FetchAsyncArgsBase(CancellationToken, SortDefinition[], Object, Int32, Object[]) | cancellationToken, sortOrder, filter, skip, keys | Initializes a new instance of the FetchAsyncArgsBase class with specified settings. |
See Also