UpdateCheck Enumeration
.NET Framework (current version)
Specifies when objects are to be tested for concurrency conflicts.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Member name | Description | |
|---|---|---|
| Always | Always check. This is the default unless IsVersion is true for a member. | |
| Never | Never check. | |
| WhenChanged | Check only when the object has been changed. |
The code example after the table specifies that HomePage objects should never be tested.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: