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: