SchemaInfoCollection Constructor (IDataParameterCollection, DBMSType) |
Initializes a new instance of the object based on the schema provided in the parameters collection.
This overload is intended for use with stored procedures.
Use
SchemaInfoCollection(IDataReader, DBMSType) for tables and views.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SchemaInfoCollection(
IDataParameterCollection parameters,
DBMSType dbmsType
)
Public Sub New (
parameters As IDataParameterCollection,
dbmsType As DBMSType
)
Parameters
- parameters
- Type: System.DataIDataParameterCollection
The collecton of parameters obtained from a database command object. - dbmsType
- Type: NetQuarryDBMSType
The DBMS type (e.g. SQL-Server), or zero if not known.
See Also