Initializes a new instance of the System.Data.Common.DbConnection class.
シンタックス
'宣言
Public Function New( _
ByVal As Workspace, _
ByVal As System.Data.Common.DbConnection, _
Optional ByVal command As System.Data.Common.DbCommand _
)
public DbConnector(
Workspace ,
System.Data.Common.DbConnection ,
System.Data.Common.DbCommand command
)
パラメータ
- 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.
参照