back up codes

always have a backup of your code

Archive for the tag “add”

clear dataset

The following code would manipulate data on a dataset.

This code clears the dataset:

myDataset.Clear

This code adds table to the dataset:

myDataset.Tables.Add("myTable")

This code will remove table from a dataset:

myDataset.Tables.Remove("myTable")

Post Navigation

Follow

Get every new post delivered to your Inbox.