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
Always

Always returns the value.

Default

Automatically selects 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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show:
© 2017 Microsoft