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 クラス

 

Command プロパティ

DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) が呼び出されたときに実行された ULCommand を返します。

構文
Visual Basic
Public Readonly Property Command As ULCommand
C#
public ULCommand Command { get;}
プロパティ値

更新で実行された ULCommand オブジェクト。

備考

これは、System.Data.Common.RowUpdatedEventArgs.Command が厳密に型指定されたものです。

参照