AutoSync Enumeration

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 nameDescription
DefaultAutomatically selects the value.
AlwaysAlways returns the value.
NeverNever returns the value.
OnInsertReturns the value only after an insert operation.
OnUpdateReturns the value only after an update operation.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft