DataAdapter.AcceptChangesDuringFill Vlastnost

Definice

Získá nebo nastaví hodnotu označující, zda AcceptChanges() je volána po DataRow přidání do DataTable během některé z operací fill .

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

Hodnota vlastnosti

true je-li AcceptChanges() volána na DataRow; jinak false. Výchozí hodnota je true.

Atributy

Poznámky

Pokud falsenení volána , AcceptChanges a nově přidané řádky jsou považovány za vložené řádky.

Platí pro

Viz také