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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULRowUpdatedEventArgs クラス

 

ULRowUpdatedEventArgs コンストラクタ

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

構文
Visual Basic
Public Sub New( _
   ByVal row As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
C#
public  ULRowUpdatedEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);
パラメータ
  • row   DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) によって送信された System.Data.DataRow。

  • command   DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) が呼び出されたときに実行された System.Data.IDbCommand。

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

  • tableMapping   DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) によって送信された System.Data.Common.DataTableMapping。

参照