EldorADO.NET Class Library

ObjectContext.GetReader Method (ObjectQuery, Object[])

[This is preliminary documentation and subject to change.]

Execute a query against the LocalStorage.

[Visual Basic]
Overloads Public Function GetReader( _
   ByVal query As ObjectQuery, _
   ByVal args As Object() _
) As IDataReader
[C#]
public IDataReader GetReader(
   ObjectQuery query,
   object[] args
);

Parameters

query
A ObjectQuery object representing the query.
args
An array of parameters that are passed along with the query.

Return Value

A IDataReader object opened to enumerate 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.GetReader Overload List