OracleCommandBuilder Constructor (OracleDataAdapter^)
.NET Framework (current version)
Initializes a new instance of the OracleCommandBuilder class with the associated OracleDataAdapter object.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- adapter
-
Type:
System.Data.OracleClient::OracleDataAdapter^
An OracleDataAdapter object to associate with this OracleCommandBuilder.
The OracleCommandBuilder registers itself as a listener for RowUpdating events that are generated by the OracleDataAdapter specified in this property.
When you create a new instance of OracleCommandBuilder, any existing OracleCommandBuilder associated with this OracleDataAdapter is released.
.NET Framework
Available since 1.1
Available since 1.1
Show: