Hi all,
>From mono 0.29
I write a web service with a method "myservice" that return a DataSet.
Now from the client side I wont marge this in a Client stucture.

DataSet dataset = new DataSet();
dataset.Merge(ws.myservice());

but the Merge method don't work. Is there another way?

Alessandro.

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to