[Mono-list] Merge a DataSet

Alessandro Galassi ale.galassi@libero.it
Mon, 01 Mar 2004 01:21:35 +0100


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.