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

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void LoadRange(
	int start,
	int length
)
Visual Basic
Public Sub LoadRange ( _
	start As Integer, _
	length As Integer _
)

Parameters

start
Type: System..::..Int32
The index of the first item to load.
length
Type: System..::..Int32
The number of entities to load.

Exceptions

See Also