DataAdapter.AcceptChangesDuringFill Propiedad

Definición

Obtiene o establece un valor que indica si se llama a AcceptChanges() en un elemento DataRow después de agregarlo a DataTable durante cualquiera de las operaciones 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

Valor de propiedad

true si se llama a AcceptChanges() en DataRow; de lo contrario, false. De manera predeterminada, es true.

Atributos

Comentarios

Si falseno se llama a , AcceptChanges y las filas recién agregadas se tratan como filas insertadas.

Se aplica a

Consulte también