ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / LoadRange Method
The index of the first item to load.
The number of entities to load.

In This Topic
    LoadRange Method
    In This Topic
    If in virtual mode, loads a specific range of entities.
    Syntax
    'Declaration
     
    
    Public Sub LoadRange( _
       ByVal start As System.Integer, _
       ByVal length As System.Integer _
    ) 
    public void LoadRange( 
       System.int start,
       System.int length
    )

    Parameters

    start
    The index of the first item to load.
    length
    The number of entities to load.
    Exceptions
    ExceptionDescription
    VirtualMode is VirtualModeKind.None.
    See Also