DataSource for Entity Framework in WPF
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 Integer, _
       ByVal length As Integer _
    ) 
    public void LoadRange( 
       int start,
       int length
    )

    Parameters

    start
    The index of the first item to load.
    length
    The number of entities to load.
    Exceptions
    See Also