Open this page in the API Guide

RelationalDataProvider.GetOpenReader 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.1.0.1000)
Syntax
public Reader GetOpenReader(
	IDisposable connection,
	QueryDefinition query
)

Parameters

connection
Type: System.IDisposable
Opened connection.
query
Type: Dundas.BI.Data.DataProviders.QueryDefinition
The query definition.

Return Value

Type: Reader
The reader for the specified query object.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnection or query is null.
See Also