EldorADO.NET Class Library

ObjectContext.Preload Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public void Preload(ObjectPath,object[]);

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

public void Preload(string,params object[]);

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

public void Preload(Type);

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace