[]
Sets the maximum number of items per page.
public static void SetPageSize<T>(this IDataCollection<T> dataCollection, int pageSize) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| int | pageSize | The size of the page. |
| Name | Description |
|---|---|
| T |