Your application uses LINQ to SQL to retrieve and update a data source. You need to trace the SQL commands that LINQ to SQL executes against the database.

What should you do?

 Posted by Rajkatie on 10/11/2012 | Category: ADO.NET Interview questions | Views: 3062 | Points: 40
Select from following answers:
  1. Set the Log property of the DataContext to Console.Out or another output stream.
  2. Log the result of each query or transformation.
  3. Log the result of the ToString method of the DataContext's Log property.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response