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