hi,
how to clear total table in dataset.
i am trying like
dim dset as new datset()
.
.
.
dset.clear()
in this case it clear only rows. but my aim is clear total table from dataset.
please give a solution
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 9, 2010, 8:55 AM
To do anything with tables, you need to access Tables property that is a type of DataTableCollection and then use any method or properties of Collection.