FetchRowsAsyncArgs Constructors
Populates the command bound to the InfiniteAsyncSource.FetchRowsCommand property with data.Name | Parameters | Description |
---|---|---|
FetchRowsAsyncArgs(CancellationToken, SortDefinition[], Object, Int32, Nullable<Int32>, Object[], Object) | cancellationToken, sortOrder, filter, skip, take, keys, skipToken | Initializes a new instance of the FetchRowsAsyncArgs class with specified settings. |
See Also