Tagged Questions
0
votes
1answer
873 views
Can I use ADO.NET Data Services with a LINQ-to-DataSet data source?
We have an existing application that relies heavily on stored procedures and untyped DataSets. I'd like to maintain that flexibility, but leverage the REST capabilities of ADO.NET Data Services. ...