[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.LoadRange

LoadRange Method

LoadRange(int, int)

If in virtual mode, loads a specific range of entities.

Declaration
public void LoadRange(int start, int length)
Parameters
Type Name Description
int start

The index of the first item to load.

int length

The number of entities to load.

Exceptions
Type Condition
InvalidOperationException

VirtualMode is None.