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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SACommand クラス

 

UpdatedRowSource プロパティ

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

構文
Visual Basic

Public Overrides Property UpdatedRowSource As UpdateRowSource
C#

public override UpdateRowSource UpdatedRowSource { get; set; }
プロパティ値

UpdatedRowSource 値の 1 つ。デフォルト値は UpdateRowSource.OutputParameters です。コマンドが自動的に生成される場合、このプロパティは UpdateRowSource.None です。

備考

結果セットと出力パラメータの両方を返す UpdatedRowSource.Both は、サポートされていません。

参照