DataAdapter.AcceptChangesDuringFill 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在任何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
屬性值
true 若 AcceptChanges() 在 上被呼叫 DataRow;否則 false。 預設值為 true。
- 屬性
備註
若 false未 AcceptChanges 被呼叫,新增的列則視為插入列。