M
Mark
The Microsoft data application blocks contain quite a few methods that
return a DataSet. Any reason not to consider adding an identical set of
methods that do the exact same thing but return a DataTable instead? Why
would you go through the overhead of creating a DataSet when 9 out of 10
times you really only need a DataTable?
I'm new to this application block so perhaps they have good reasoning?
Thanks!
Mark
return a DataSet. Any reason not to consider adding an identical set of
methods that do the exact same thing but return a DataTable instead? Why
would you go through the overhead of creating a DataSet when 9 out of 10
times you really only need a DataTable?
I'm new to this application block so perhaps they have good reasoning?
Thanks!
Mark