[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.GetPagesCount

GetPagesCount Method

GetPagesCount<T>(IDataCollection<T>)

Gets the number of pages.

Declaration
public static int GetPagesCount<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function GetPagesCount(Of T As Class)(dataCollection As IDataCollection(Of T)) As Integer
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
int
Type Parameters
Name Description
T