DekGenius.com
[ Team LiB ] Previous Section Next Section

7.13 Resetting the Table

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

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