ChangeAction Enumeration

ChangeAction Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneThe entity will not be submitted.
DeleteThe entity will be deleted.
InsertThe entity will be inserted.
UpdateThe 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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft