EldorADO.NET Class Library

ObjectContext.Preload Method (ObjectPath, Object[])

[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 path As ObjectPath, _
   ByVal args As Object() _
)
[C#]
public void Preload(
   ObjectPath path,
   object[] args
);

Parameters

path
A ObjectPath object representing the query.
args
An array of parameters that are passed along with the query.

See Also

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