[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.GetCurrentPage

GetCurrentPage Method

GetCurrentPage<T>(IDataCollection<T>)

Gets the current page number.

Declaration
public static int GetCurrentPage<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