Class PaginatedQueryCommand
Represents a query command with pagination support, allowing for fetching a specific number of rows (records) from the server.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class PaginatedQueryCommand : QueryCommand
Constructors
Name | Description |
---|---|
Paginated |
Initializes a new instance of the Paginated |
Properties
Name | Description |
---|---|
Page |
Gets or sets the number of rows (records) to fetch per chunk. |