April 2003
Beginner to intermediate
620 pages
21h 48m
English
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();
Read now
Unlock full access