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

 

Command プロパティ

DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) の実行時に実行される ULCommand を指定します。

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

更新時に実行される ULCommand オブジェクト。

備考

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

参照