OleDbCommand Constructor
.NET Framework (current version)
Initializes a new instance of the OleDbCommand class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | OleDbCommand() | Initializes a new instance of the OleDbCommand class. |
![]() | OleDbCommand(String^) | Initializes a new instance of the OleDbCommand class with the text of the query. |
![]() | OleDbCommand(String^, OleDbConnection^) | Initializes a new instance of the OleDbCommand class with the text of the query and an OleDbConnection. |
![]() | OleDbCommand(String^, OleDbConnection^, OleDbTransaction^) | Initializes a new instance of the OleDbCommand class with the text of the query, an OleDbConnection, and the Transaction. |
Show:
