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) » SARowUpdatingEventArgs 类

 

SARowUpdatingEventArgs 构造函数

初始化一个新的 SARowUpdatingEventArgs 类实例。

语法
Visual Basic

Public Sub New( _
   ByVal row As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
C#

public  SARowUpdatingEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);
参数
  • row   要更新的 DataRow。

  • command   要在更新期间执行的 IDbCommand。

  • statementType   指定所执行查询类型的 StatementType 值之一。

  • tableMapping   通过 Update 发送的 DataTableMapping。

另请参见