The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbCommandBuilder::SetRowUpdatingHandler Method (DbDataAdapter^)
.NET Framework (current version)
Registers the DbCommandBuilder to handle the RowUpdating event for a DbDataAdapter.
Assembly: System.Data (in System.Data.dll)
Parameters
- adapter
-
Type:
System.Data.Common::DbDataAdapter^
The DbDataAdapter to be used for the update.
This method is intended for use by provider writers building a custom command builder. When a new DbDataAdapter is added to the DbCommandBuilder, it is registered for the DbDataAdapter's RowUpdating event. If this method is called again with the same DbDataAdapter, the DbCommandBuilder is unregistered for that DbDataAdapter's RowUpdating event.
.NET Framework
Available since 2.0
Available since 2.0
Show: