This topic has not yet been rated - Rate this topic

ChangeAction Enumeration

Describes the type of change the entity will undergo when changes are submitted to the database.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
public enum ChangeAction
Member name Description
Supported by Silverlight for Windows Phone None The entity will not be submitted.
Supported by Silverlight for Windows Phone Delete The entity will be deleted.
Supported by Silverlight for Windows Phone Insert The entity will be inserted.
Supported by Silverlight for Windows Phone Update The entity will be updated.

Use with OnValidate() in LINQ to SQL applications to specify or omit validation based on the type of change being submitted.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ