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

In This Topic
    CanLoadMoreItems<T> Method
    In This Topic
    Returns true if the data collection can load items on demand.
    Syntax
    'Declaration
     
    Public Shared Function CanLoadMoreItems(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T) _
    ) As Boolean
    public static bool CanLoadMoreItems<T>( 
       IDataCollection<T> dataCollection
    )
    where T: class

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also