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
Supported by Silverlight for Windows Phone Default Automatically selects the value.
Supported by Silverlight for Windows Phone Always Always returns the value.
Supported by Silverlight for Windows Phone Never Never returns the value.
Supported by Silverlight for Windows Phone OnInsert Returns the value only after an insert operation.
Supported by Silverlight for Windows Phone 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.