[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.CanLoadMoreItems

CanLoadMoreItems Method

CanLoadMoreItems<T>(IDataCollection<T>)

Returns true if the data collection can load items on demand.

Declaration
public static bool CanLoadMoreItems<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function CanLoadMoreItems(Of T As Class)(dataCollection As IDataCollection(Of T)) As Boolean
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
bool
Type Parameters
Name Description
T