DataAdapter.AcceptChangesDuringFill Propriedade

Definição

Obtém ou define um valor que indica se AcceptChanges() é chamado em um DataRow após ele ser adicionado ao DataTable durante qualquer uma 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 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