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) » SARowUpdatedEventArgs クラス

 

SARowUpdatedEventArgs コンストラクタ

SARowUpdatedEventArgs クラスの新しいインスタンスを初期化します。

構文
Visual Basic

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

public  SARowUpdatedEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);
パラメータ
  • row   Update を介して送信された DataRow。

  • command   Update が呼び出されたときに実行された IDbCommand。

  • statementType   実行されたクエリのタイプを指定する StatementType 値の 1 つ。

  • tableMapping   Update を介して送信された DataTableMapping。

参照