DataTable.Reset Método
Definição
Redefine o DataTable com o estado original.Resets the DataTable to its original state. A redefinição remove todos os dados, índices, relações e colunas da tabela.Reset removes all data, indexes, relations, and columns of the table. Se um DataSet incluir uma DataTable, a tabela ainda fará parte do DataSet depois que a tabela for redefinida.If a DataSet includes a DataTable, the table will still be part of the DataSet after the table is reset.
public:
virtual void Reset();
public virtual void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Overridable Sub Reset ()