This documentation is archived and is not being maintained.
AutoSync Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Instructs the runtime how to retrieve the value after an insert or update operation.
Namespace:
System.Data.Linq.Mapping
Assembly:
System.Data.Linq (in System.Data.Linq.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Default | Automatically selects the value. |
| Always | Always returns 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. |
Windows Phone OS
Supported in: 8.1, 8.0