DataAdapter.AcceptChangesDuringFill Propriété

Définition

Obtient ou définit une valeur indiquant si AcceptChanges() est appelé sur un DataRow après son ajout à DataTable au cours de l’une des opérations 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

Valeur de propriété

true si AcceptChanges() est appelé sur DataRow ; sinon, false. La valeur par défaut est true.

Attributs

Remarques

Si false, AcceptChanges n’est pas appelé, et les lignes nouvellement ajoutées sont traitées comme des lignes insérées.

S’applique à

Voir aussi