I have a MS SQL database that has multiple tables. One table has a column that has xml that provides the structure of a custom table with a relationship to the aforementioned table and another table that has a column with xml that has the data for that table. I need to have a way to query the database including the table(s) that are defined in xml. I know there is a way to use LINQ to query a dataset. The problem is the queries are too complicated to convert to LINQ.
↧