EldorADO.NET Class Library | |
ObjectContext.Fill Method (DataTable, String, Object[])
[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
query As
String, _
ParamArray
args As
Object() _
)
Parameters
- table
- A DataTable object receiving the result of the query
- query
- A string containing the object query.
- args
- An array of parameters that are passed along with the query.
Return Value
A DataSet containing the result of 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