DataAdapter.AcceptChangesDuringFill プロパティ

定義

Fill 操作中に DataTableDataRow が追加された後で、その行に対して AcceptChanges() を呼び出すかどうかを示す値を取得または設定します。

public:
 property bool AcceptChangesDuringFill { bool get(); void set(bool value); };
public bool AcceptChangesDuringFill { get; set; }
[System.Data.DataSysDescription("DataAdapter_AcceptChangesDuringFill")]
public bool AcceptChangesDuringFill { get; set; }
member this.AcceptChangesDuringFill : bool with get, set
[<System.Data.DataSysDescription("DataAdapter_AcceptChangesDuringFill")>]
member this.AcceptChangesDuringFill : bool with get, set
Public Property AcceptChangesDuringFill As Boolean

プロパティ値

AcceptChanges() に対して DataRow を呼び出す場合は true。それ以外の場合は false。 既定値は、true です。

属性

注釈

falseAcceptChangesが呼び出されず、新しく追加された行は挿入された行として扱われます。

適用対象

こちらもご覧ください