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

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

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also