Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
更新过程中对数据源执行命令前发生。
Public Event RowUpdating As SARowUpdatingEventHandler
public event SARowUpdatingEventHandler RowUpdating;
尝试进行更新时便会触发该事件。
事件处理程序会收到包含与此事件有关的数据的 SARowUpdatingEventArgs 类型的参数。
有关详细信息,请参见关于 OleDbDataAdapter.RowUpdating 事件的 .NET Framework 文档。