DekGenius.com
[ Team LiB ] Previous Section Next Section

6.9 Resetting the DataSet

The Reset( ) method returns the DataSet to its original state. This method can be used to discard the existing DataSet and start working with a new DataSet rather than instantiating a new DataSet object:

ds.Reset();
    [ Team LiB ] Previous Section Next Section