Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AutoSync Enumeration

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)

public enum AutoSync

Member nameDescription
Supported by Silverlight for Windows PhoneDefaultAutomatically selects the value.
Supported by Silverlight for Windows PhoneAlwaysAlways returns the value.
Supported by Silverlight for Windows PhoneNeverNever returns the value.
Supported by Silverlight for Windows PhoneOnInsertReturns the value only after an insert operation.
Supported by Silverlight for Windows PhoneOnUpdateReturns the value only after an update operation.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft