Constructor PaginatedQueryCommand
PaginatedQueryCommand(String, Int32)
Initializes a new instance of the Paginated
Declaration
public PaginatedQueryCommand(string query, int pageSize)
Parameters
Type | Name | Description |
---|---|---|
System. |
query | The SQL-like query text to be executed. |
System. |
pageSize | The number of rows (records) to fetch per page. |