المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : String to Dataset?



C# Programming
05-01-2009, 11:32 AM
Hello,

I have a string Variable ( string MyDataSet = "abcdef" + "DS" ).
I would like to use this string variable to instanciate a new dataset ( DataSet MyDataset = new dataSet()).
Please how can do this?
I tried to make a void to do this with accessor (GET SET) but without result.

My best regards.

Best regards.