Get a reference to the underlying data reader object that actually contains the data from the data source.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected IDataReader DataReader { get; }
Visual Basic
Protected ReadOnly Property DataReader As IDataReader
	Get

Property Value

Type: IDataReader

See Also