You use DataContext to execute a LINQ query to return a database table. This table includes a column named LastProcessed. You must modify the column mapping to ensure that this column is not compared in conflict checking.

What should you do?

 Posted by Rajkatie on 9/9/2012 | Category: ADO.NET Interview questions | Views: 3096 | Points: 40
Select from following answers:
  1. Set the UpdateCheck property of ColumnAttribute to Never.
  2. Set the IsVersion property of ColumnAttribute to True.
  3. Set the UpdateCheck property of ColumnAttribute to Always.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response