DataAdapter.AcceptChangesDuringFill Propriedade

Definição

Obtém ou define um valor que indica se AcceptChanges() é chamado em um DataRow após ter sido adicionado ao DataTable durante alguma das operações de Preenchimento.

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 da propriedade

true se AcceptChanges() for chamado no DataRow; caso contrário, false. O padrão é true.

Atributos

Comentários

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

Aplica-se a

Confira também