This documentation is archived and is not being maintained.
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 name | Description |
|---|
| None | The entity will not be submitted. |
| Delete | The entity will be deleted. |
| Insert | The entity will be inserted. |
| 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.
Windows Phone OS
Supported in: 8.1, 8.0