AutoSync Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
Public Enumeration AutoSync
public enum AutoSync
Members
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. |
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.