EldorADO.NET Class Library

ObjectContext.Preload Method (String, 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 text As String, _
   ParamArray args As Object() _
)
[C#]
public void Preload(
   string text,
   params object[] args
);

Parameters

text
The string describing the data path to preload.
args
An array of parameters that are passed along with to the object path.

See Also

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