Tagged Questions
1
vote
2answers
476 views
LINQ to DataSet Dataclass assignment question
I'm working on a Silverlight project trying to access a database using LINQ To DataSet and then sending data over to Silverlight via .ASMX web service.
I've defined my DataSet using the Server ...