[]
        
(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?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
int
Type Parameters
Name Description
T