You can create a dataset by:
DataSet ds = new DataSet();
Or
DataSet ds = new DataSet(8220;MyDataSet”);
My question is: What is the purpose of giving a DataSet a
Name when you access it by ds.something?
Jeremy Schreckhise, M.B.A.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C-Sharp (C#)" group. To post to this group, send email to C_Sharp googlegroups.com To unsubscribe from this group, send email to C_Sharp-unsubscribe googlegroups.com For more options, visit this group at http://groups-beta.google.com/group/C_Sharp -~----------~----~----~----~------~----~------~--~---
|