EldorADO.NET Class Library

ObjectContext.Preload Method (Type)

[This is preliminary documentation and subject to change.]

Preload data from the RemoteSources into the LocalStorage according to a given object path.

[Visual Basic]
Overloads Public Sub Preload( _
   ByVal type As Type _
)
[C#]
public void Preload(
   Type type
);

Parameters

type
The type to base the object path on.

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace | ObjectContext.Preload Overload List