Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / GetPageSize<T> Method
The data collection.

In This Topic
    GetPageSize<T> Method
    In This Topic
    Gets the maximum number of items per page.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPageSize(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T) _
    ) As Integer
    public static int GetPageSize<T>( 
       IDataCollection<T> dataCollection
    )
    where T: class

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also