[]
Initializes a new instance of the DbConnection class.
public DbConnector(Workspace workspace, DbConnection connection, DbCommand command = null)
Type | Name | Description |
---|---|---|
Workspace | workspace | Workspace to use the connector in. |
DbConnection | connection | ADO.NET connection object for connecting to the database. |
DbCommand | command | ADO.NET command object for retrieving data from the database. |