[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.SetPageSize

SetPageSize Method

SetPageSize<T>(IDataCollection<T>, int)

Sets the maximum number of items per page.

Declaration
public static void SetPageSize<T>(this IDataCollection<T> dataCollection, int pageSize) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

int pageSize

The size of the page.

Type Parameters
Name Description
T