SchemaInfoCollection Constructor (IDataReader) |
Note: This API is now obsolete.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [ObsoleteAttribute("This constructor has been deprecated and is superceded by a constructor taking a DBMSType parameter.")]
public SchemaInfoCollection(
IDataReader reader
)
<ObsoleteAttribute("This constructor has been deprecated and is superceded by a constructor taking a DBMSType parameter.")>
Public Sub New (
reader As IDataReader
)
Parameters
- reader
- Type: System.DataIDataReader
An IDataReader object to use to build the collection.
See Also