OracleDataAdapter Constructor
.NET Framework 4.5
Initializes a new instance of the OracleDataAdapter 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 | |
|---|---|---|
|
OracleDataAdapter() | Initializes a new instance of the OracleDataAdapter class. |
|
OracleDataAdapter(OracleCommand) | Initializes a new instance of the OracleDataAdapter class with the specified SQL SELECT statement. |
|
OracleDataAdapter(String, OracleConnection) | Initializes a new instance of the OracleDataAdapter class with an SQL SELECT statement and an OracleConnection. |
|
OracleDataAdapter(String, String) | Initializes a new instance of the OracleDataAdapter class with an SQL SELECT statement and a connection string. |