Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SADataAdapter 类

 

RowUpdated 事件

更新过程中对数据源执行命令后发生。尝试进行更新时便会触发该事件。

语法
Visual Basic

Public Event RowUpdated As SARowUpdatedEventHandler
C#

public event SARowUpdatedEventHandler RowUpdated ;
注释

事件处理程序会收到包含与此事件有关的数据的 SARowUpdatedEventArgs 类型的参数。

有关详细信息,请参见关于 OleDbDataAdapter.RowUpdated 事件的 .NET Framework 文档。

事件数据
另请参见