EldorADO.NET Class Library

ObjectContext.GetReader Method (Type)

[This is preliminary documentation and subject to change.]

Execute a query against the LocalStorage.

[Visual Basic]
Overloads Public Function GetReader( _
   ByVal type As Type _
) As IDataReader
[C#]
public IDataReader GetReader(
   Type type
);

Parameters

type
The type to base the query on.

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