RelationalDataProviderCreateReader Method

Creates 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 (26.2.0.1000)
Syntax
protected abstract Reader CreateReader(
	IDisposable connection,
	QueryDefinition query
)

Parameters

connection  IDisposable
Opened connection.
query  QueryDefinition
The query definition.

Return Value

Reader
The reader for the specified query object.
See Also