System.Data.DataSet.Clear Method

Clears the System.Data.DataSet of any data by removing all rows in all tables.

Syntax

public void Clear ()

Remarks

If the System.Data.DataSet is bound to an System.Xml.XmlDataDocument, calling DataSet.Clear or DataTable.Clear raises the NotSupportedException. To avoid this situation, traverse each table, removing each row one at a time.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0