Hi,
I'm trying to use Linq in a webservice that returns a data from a query. As
the data return from Linq to Sql is IEnumerable<Tan d it's not possible to
easily get a Dataset, Which is the best format to return data?
Thanks
I'm trying to use Linq in a webservice that returns a data from a query. As
the data return from Linq to Sql is IEnumerable<Tan d it's not possible to
easily get a Dataset, Which is the best format to return data?
Thanks
Comment