[]
        
(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?
Public Shared Sub SetPageSize(Of T As Class)(dataCollection As IDataCollection(Of T), pageSize As Integer)
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

int pageSize

The size of the page.

Type Parameters
Name Description
T