Execute TSQL statement with ExecuteStoreQuery in entity framework 4.0
- by Jalpesh P. Vadgama
I was playing with entity framework in recent days and I was searching something that how we can execute TSQL statement in entity framework. And I have found one great way to do that with entity framework ‘ExecuteStoreQuery’ method. It’s executes a TSQL statement against data source given enity framework context and returns strongly typed result. …