0
Reply

execute raw sql join queriees in entityrframework

Nidadavole Chowdary

Nidadavole Chowdary

Jun 19 2014 4:27 AM
555
Hi ,
          I am using entityframework 4.0 with web api.I have a controller in that i wrote one custome method to execute sql query.it is working fine for single table operations.
 
            how can i execute join sql queries  (not linq queries )is there any way??
any one can help me???