I
Ian Semmel
If you have a typed dataset, there is a DataTable defined for each table.
We can Fill these tables and Update them etc.
If we use the GetData() function, we get a new DataTable with the results of the
action.
Now, what I am asking is : what is the best thing (or accepted practice) to do ?
Reuse the DataTable in the DataSet, or get a new table each time ?
We can Fill these tables and Update them etc.
If we use the GetData() function, we get a new DataTable with the results of the
action.
Now, what I am asking is : what is the best thing (or accepted practice) to do ?
Reuse the DataTable in the DataSet, or get a new table each time ?