OleDbCommand Constructor
.NET Framework 4
Initializes a new instance of the OleDbCommand class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |