OracleDataAdapter Constructors
OracleDataAdapter
constructors create new instances of an OracleDataAdapter
class.
Overload List:
-
This constructor creates an instance of an
OracleDataAdapter
class. -
OracleDataAdapter(OracleCommand)
This constructor creates an instance of an
OracleDataAdapter
class with the providedOracleCommand
as theSelectCommand
. -
OracleDataAdapter(string, OracleConnection)
This constructor creates an instance of an
OracleDataAdapter
class with the providedOracleConnection
object and the command text for theSelectCommand
. -
OracleDataAdapter(string, string)
This constructor creates an instance of an
OracleDataAdapter
class with the provided connection string and the command text for theSelectCommand
.