[]
Gets the current page number.
public static int GetCurrentPage<T>(this IDataCollection<T> dataCollection) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
Type | Description |
---|---|
int |
Name | Description |
---|---|
T |