ColumnAttribute::UpdateCheck Property
Gets or sets how LINQ to SQL approaches the detection of optimistic concurrency conflicts.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property UpdateCheck UpdateCheck { UpdateCheck get (); void set (UpdateCheck value); }
Property Value
Type: System.Data.Linq.Mapping::UpdateCheckDefault = Always, unless IsVersion is true for a member.
Other values are Never and WhenChanged.
When this property is used with one of three enums, it determines how LINQ to SQL detects concurrency conflicts.
If no member is designed as IsVersion=true, original member values are compared with the current database state.
The following enums are available:
Always Always use this column for conflict detection.
Never Never use this column for conflict detection.
WhenChanged Use this column only when the member has been changed by the application.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.