EntityState Enumeration
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Describes the possible states for an Entity.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Enumeration EntityState
'Usage
Dim instance As EntityState
public enum EntityState
public enum class EntityState
type EntityState
public enum EntityState
Members
Member name | Description | |
---|---|---|
Detached | The entity is not attached and is not being tracked. | |
Unmodified | The entity is in its original, unmodified state. | |
Modified | The entity has been modified. | |
New | The entity is attached in the new state. | |
Deleted | The entity is marked for deletion. |