RelationalDataProviderGetOpenReader Method (IDisposable, QueryDefinition, CommandBehavior)

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 (10.0.0.1002)
Syntax
protected Reader GetOpenReader(
	IDisposable connection,
	QueryDefinition query,
	CommandBehavior commandBehavior
)

Parameters

connection
Type: SystemIDisposable
Opened connection.
query
Type: Dundas.BI.Data.DataProvidersQueryDefinition
The query definition.
commandBehavior
Type: System.DataCommandBehavior
The command behavior.

Return Value

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