DataAdapter.AcceptChangesDuringFill Tulajdonság

Definíció

Lekéri vagy beállít egy értéket, amely jelzi, hogy a AcceptChanges() során a rendszer meghívja-e DataRowDataTable őket.

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

Tulajdonság értéke

trueha AcceptChanges() a ; gombra van meghívvaDataRowfalse. Az alapértelmezett érték a true.

Attribútumok

Megjegyzések

Ha falsea rendszer AcceptChanges nem hívja meg, és az újonnan hozzáadott sorok beszúrt sorokként lesznek kezelve.

A következőre érvényes:

Lásd még