Select from following answers:- Set the UpdateCheck property of ColumnAttribute to Never.
- Set the IsVersion property of ColumnAttribute to True.
- Set the UpdateCheck property of ColumnAttribute to Always.
- All Above
Apply one of three enums to the LINQ to SQL UpdateCheck property on a ColumnAttribute attribute to specify which members are to be included in update checks for the detection of optimistic concurrency conflicts. Setting the UpdateCheck property value to Never ensures that it is never used.
Setting the UpdateCheck property value to Always ensures that it is always used in conflict checking.
The UpdateCheck property (mapped at design time) is used with run-time concurrency features in LINQ to SQL.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator