EldorADO.NET Class Library

ObjectContext.Fill Method (DataSet, String, ObjectQuery, Object[])

[This is preliminary documentation and subject to change.]

Execute a query against the LocalStorage.

[Visual Basic]
Overloads Public Sub Fill( _
   ByVal dataset As DataSet, _
   ByVal tableName As String, _
   ByVal query As ObjectQuery, _
   ByVal args As Object() _
)
[C#]
public void Fill(
   DataSet dataset,
   string tableName,
   ObjectQuery query,
   object[] args
);

Parameters

dataset
A DataSet object receiving the result of the query
tableName
The name of the DataTable object in the dataset receiving the result of the query
query
A ObjectQuery object representing the query.
args
An array of parameters that are passed along with the query.

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