Synopsis
DataSet.Reset()
Discards the contents of the DataSet
, resetting it
to an uninitialized state.
Example
The following example shows how reset a DataSet
to
its original state:
ds.Reset();
Note
Calling Reset( )
on an existing
DataSet
is more efficient than instantiating a new
DataSet
.