[]
Returns true if the data collection is paginated.
public static bool IsPaginated<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function IsPaginated(Of T As Class)(dataCollection As IDataCollection(Of T)) As Boolean
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |