RelationalDataProviderGetOpenReader Method (IDisposable, QueryDefinition) | 
 
            Creates and opens the reader for the specified query object.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders.Relational
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Reader GetOpenReader(
	IDisposable connection,
	QueryDefinition query
)
Public Function GetOpenReader ( 
	connection As IDisposable,
	query As QueryDefinition
) As Reader
public:
Reader^ GetOpenReader(
	IDisposable^ connection, 
	QueryDefinition^ query
)
member GetOpenReader : 
        connection : IDisposable * 
        query : QueryDefinition -> Reader 
Parameters
- connection
 - Type: SystemIDisposable
Opened connection. - query
 - Type: Dundas.BI.Data.DataProvidersQueryDefinition
The query definition. 
Return Value
Type: 
ReaderThe reader for the specified query object.
Exceptions
See Also