SchemaInfoCollection Constructor (IDataReader, DBMSType) |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SchemaInfoCollection(
IDataReader reader,
DBMSType dbmsType
)
Public Sub New (
reader As IDataReader,
dbmsType As DBMSType
)
Parameters
- reader
- Type: System.DataIDataReader
An IDataReader object to use to build the collection. - dbmsType
- Type: NetQuarryDBMSType
The DBMS type (e.g. SQL-Server), or zero if not known.
See Also