| Visual Basic (Declaration) | |
|---|---|
Overrides Public Function ExecuteReader(Of T)( _ ByVal context As ObjectContext, _ ByVal query As IQuery _ ) As ObjectReader(Of T) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public override ObjectReader<T> ExecuteReader<T>( ObjectContext context, IQuery query ) | |
| Managed Extensions for C++ | |
|---|---|
public: ObjectReader<T>* ExecuteReader<T>( ObjectContext* context, IQuery* query ) override | |
| C++/CLI | |
|---|---|
public: ObjectReader<T>^ ExecuteReadergeneric<typename T> ( ObjectContext^ context, IQuery^ query ) override | |
Parameters
- context
- ObjectContext that is connected with the ObjectReader.
- query
- IQuery that is compiled and executed on the storage.
Type Parameters
- T
| Exception | Description |
|---|---|
| StorageException | An unexpected storage exception has happened. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family