EldorADO.NET Class Library

ObjectContext.Fill Method (DataTable, Type)

[This is preliminary documentation and subject to change.]

Execute a query against the LocalStorage.

[Visual Basic]
Overloads Public Sub Fill( _
   ByVal table As DataTable, _
   ByVal type As Type _
)
[C#]
public void Fill(
   DataTable table,
   Type type
);

Parameters

table
A DataTable object receiving the result of the query
type
The type to base the query on.

Remarks

Before the execution of the query, perform a Preload to update the data in the LocalStorage.

See Also

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