When working with the Entity Framework, what can you use to retrieve the SQL of a query?

 Posted by Rajkatie on 8/4/2012 | Category: ADO.NET Interview questions | Views: 3720 | Points: 40
Select from following answers:
  1. Use the ToTraceString method on the ObjectQuery object.
  2. Add a TextWriter object to the Log property of ObjectContext.
  3. Set the Connection property of ObjectContext to a TextWriter object.
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response