How I can edit SQL Command from IQueryable? I need edit ON of JOIN, because Linq to Entities dont allow use IEqualityComparer.
I need to edit the command string and then put back in IQueryable.
How I can edit SQL Command from IQueryable? I need edit ON of JOIN, because Linq to Entities dont allow use IEqualityComparer.
I need to edit the command string and then put back in IQueryable.