DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / LoadAsync Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
The cancellation token.

In This Topic
    LoadAsync Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Loads all the items between the specified range.
    Syntax
    'Declaration
     
    Public Function LoadAsync( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer), _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    fromIndex
    The starting index, if not specified this will be 0.
    toIndex
    The starting index, if not specified this will be Count.
    cancellationToken
    The cancellation token.
    See Also