The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AutoSync Enumeration
.NET Framework (current version)
Instructs the runtime how to retrieve the value after an insert or update operation.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Member name | Description | |
|---|---|---|
| Always | Always returns the value. | |
| Default | Automatically selects the value. | |
| Never | Never returns the value. | |
| OnInsert | Returns the value only after an insert operation. | |
| OnUpdate | Returns the value only after an update operation. |
.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: