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 |
|---|---|
| PaginatedQueryCommand(String, Int32) | Initializes a new instance of the PaginatedQueryCommand class. |
Properties
| Name | Description |
|---|---|
| PageSize | Gets or sets the number of rows (records) to fetch per chunk. |