Is there's way to execute SQL queries directly on dataset or datatable . Query which need to be executed is much complex and it may be difficult to implement with Linq .
Is there any similar way to query directly from dataset or datatable ?
Is there any tools available to convert complex queries to linq ?