Home

LinqPad and ADO.NET dataset

edited June 2012
I really like what I see already in LinqPad but have a question. From researching, it appears this cannot be done but thought I would ask anyway. My application stores user data in an XML file which is loaded into an ADO.Net dataset (XSD file) for data access and update using Linq-to-Dataset. Is it possible to to access/query data in the dataset in LinqPad? I prefer not to query the XML file. Thanks

Comments

Sign In or Register to comment.