AdoDotNetDataReader Constructor
Include Protected Members
Include Inherited Members
Class constructor. Instantiates an instance of the AdoDotNetDataReader class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AdoDotNetDataReader(IDataReader) | Class constructor. Initializes a parameterized instance of the AdoDotNetDataReader class with an implementation of the IDataReader interface. | |
AdoDotNetDataReader(IDataReader, IDbCommand, array<DataParameter[]) | Class constructor. Initializes a parameterized instance of the AdoDotNetDataReader class with an implementation of the IDataReader interface and the command and/or parameters that produced the IDataReader. |
Top