I have a datatable that i want to query. the query is very large and complicated and it works when i run it in the SQl Server Editor - so i have the query text.
i need to query the datatable with this query String. To Translate the query into linq will take years, and also Select() method of DataTable won't handle it.
How can i operate a text query on a dataTable?