DataAdapter.AcceptChangesDuringFill Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si AcceptChanges() elle est appelée après DataRow son ajout à l’une DataTable des opérations de remplissage .
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
Valeur de propriété
true si AcceptChanges() elle est appelée sur le DataRow; sinon false. La valeur par défaut est true.
- Attributs
Remarques
Si false, AcceptChanges n’est pas appelé et que les lignes nouvellement ajoutées sont traitées comme des lignes insérées.