How can I get the raw SQL generated against the below query in EF 6? I have tried ToString(), ToTraceString() but those are not working and I don\'t ha
ToString()
ToTraceString()