OracleCommandBuilder Constructors
OracleCommandBuilder
constructors create new instances of the OracleCommandBuilder
class.
Overload List:
-
This constructor creates an instance of the
OracleCommandBuilder
class. -
OracleCommandBuilder(OracleDataAdapter)
This constructor creates an instance of the
OracleCommandBuilder
class and sets theDataAdapter
property to the providedOracleDataAdapter
object.