DataAdapter.AcceptChangesDuringFill 屬性

定義

在任何AcceptChanges()加入 時DataRow,會取得或設定一個值,DataTable表示是否在 上被呼叫

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

屬性值

trueAcceptChanges() 在 上被呼叫 DataRow;否則 false。 預設值為 true

屬性

備註

falseAcceptChanges 被呼叫,新增的列則視為插入列。

適用於

另請參閱