| GetListParams Class |
Namespace: RMP.WCF.Model
The GetListParams type exposes the following members.
| Name | Description | |
|---|---|---|
| GetListParams |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Validates that the page number and batch size will at least return something. Call this before sending to the stored procedure.
|
| Name | Description | |
|---|---|---|
| batch_size |
The size of each page to be returned. Defaults to 1000000 (1 Million).
| |
| join_str |
The SQL join string
| |
| page_number |
The page number to get. Defaults to 1
| |
| sort_str |
The SQL sort string
| |
| where_str |
The SQL where string
|