Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SADataAdapter の Update メソッドによって使用されるときにコマンドの結果が DataRow に適用される方法を取得または設定します。
Public Overrides Property UpdatedRowSource As UpdateRowSource
public override UpdateRowSource UpdatedRowSource {get;set;}
UpdatedRowSource 値の 1 つ。デフォルト値は UpdateRowSource.OutputParameters です。コマンドが自動的に生成される場合、このプロパティは UpdateRowSource.None です。
結果セットと出力パラメーターの両方を返す UpdatedRowSource.Both は、サポートされていません。