DataAdapter.AcceptChangesDuringFill Proprietà

Definizione

Ottiene o imposta un valore che indica se il metodo AcceptChanges() viene chiamato per una classe DataRow dopo che questa è stata aggiunta alla classe DataTable, durante un'operazione del metodo 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

Valore della proprietà

true se AcceptChanges() viene chiamato sull'oggetto DataRow; in caso contrario, false. Il valore predefinito è true.

Attributi

Commenti

Se false, AcceptChanges non viene chiamato e le righe appena aggiunte vengono considerate come righe inserite.

Si applica a

Vedi anche