'Declaration Public Function New( _ ByVal workspace As Workspace, _ ByVal connection As DbConnection, _ Optional ByVal command As DbCommand _ )
public DbConnector( Workspace workspace, DbConnection connection, DbCommand command )
Parameters
- workspace
- Workspace to use the connector in.
- connection
- ADO.NET connection object for connecting to the database.
- command
- ADO.NET command object for retrieving data from the database.