Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Registers the DbCommandBuilder to handle the RowUpdating event for a DbDataAdapter.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
virtual void SetRowUpdatingHandler(
	DbDataAdapter^ adapter
) abstract

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
Return to top
Show:
© 2017 Microsoft