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

 

UpdatedRowSource プロパティ

ULDataAdapter の Update メソッドによって使用されるときにコマンドの結果が DataRow に適用される方法を指定します。

構文
Visual Basic
Public Overrides Property UpdatedRowSource As UpdateRowSource
C#
public override UpdateRowSource UpdatedRowSource { get; set; }
プロパティ値

System.Data.UpdateRowSource 値の 1 つ。デフォルト値は System.Data.UpdateRowSource.Both です。

参照