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 リファレンス » ULRowUpdatingEventArgs クラス

 

ULRowUpdatingEventArgs コンストラクタ

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

構文
Visual Basic
Public Sub New( _
   ByVal row As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
C#
public  ULRowUpdatingEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);
パラメータ
  • row   更新する System.Data.DataRow。

  • command   更新時に実行される System.Data.IDbCommand。

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

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

参照