FillErrorEventArgs.Continue Propriedade
Definição
Obtém ou define um valor que indica se deve-se ou não dar continuidade à operação de preenchimento, apesar do erro.Gets or sets a value indicating whether to continue the fill operation despite the error.
public:
property bool Continue { bool get(); void set(bool value); };
public bool Continue { get; set; }
member this.Continue : bool with get, set
Public Property Continue As Boolean
Valor da propriedade
true
se a operação de preenchimento deve continuar; caso contrário, false
.true
if the fill operation should continue; otherwise, false
.