OracleCommandBuilder(OracleDataAdapter)
This constructor creates an instance of the OracleCommandBuilder
class and sets the DataAdapter
property to the provided OracleDataAdapter
object.
Declaration
// C#
public OracleCommandBuilder(OracleDataAdapter da);
Parameters
-
da
The
OracleDataAdapter
object provided.