I have a LINQ-to-SQL query that I use in the datacontext.GetCommand() function which then fills a dataset. The LINQ query has aliases that it defines.
This works as expected in LINQ-to-SQL when MSSQL is the database. However, using the DevArt LINQ-toMySQL supporting connector, the aliases are lost when getCommand is called. But, the aliases do work in the regular LINQ query, they just do not maintain when GetCommand is called.
Is this not supported in the devart linq tools?