DataAdapter.AcceptChangesDuringFill Propriedade

Definição

Recebe ou define um valor que indica se AcceptChanges() é chamado em a DataRow depois de ser adicionado a durante DataTable qualquer das operações de Preenchimento .

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

Valor de Propriedade

true se AcceptChanges() for chamado sobre o DataRow; caso contrário false. A predefinição é true.

Atributos

Observações

Se false, AcceptChanges não for chamado, e as linhas recém-adicionadas forem tratadas como linhas inseridas.

Aplica-se a

Ver também