Click or drag to resize

SchemaInfoCollection Constructor (IDataReader, DBMSType)

Initializes a new instance of the object based on the schema provided in the DataReader. This overload is intended for use with tables and views. Use SchemaInfoCollection(IDataParameterCollection, DBMSType) for stored procedures.

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
)

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