Compartir a través de


Enumeración de EntityState

Se aplica a: CRM 2015 on-prem, CRM Online

Indicates the state of an entity as tracked by the OrganizationServiceContext and indicates to the server the operation that should be performed for a related entity.

Espacio de nombres: Microsoft.Xrm.Sdk
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)

Sintaxis

'Declaración
<DataContractAttribute(Name:="EntityState", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
Public Enumeration EntityState
[DataContractAttribute(Name="EntityState", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")] 
public enum EntityState

Integrantes

Nombre del miembro Descripción
Changed The entity was changed since the last call to SaveChanges. Value = 2.
Created The entity was created since the last call to SaveChanges. Value = 1.
Unchanged The entity is unchanged since the last call to SaveChanges. Value = 0.

Comentarios

The OrganizationServiceContext sets this value after the SaveChanges method is called and uses this value to track changes to entities. You can also set this value to Changed for a related entity to indicate to the service context that the related entity has been changed and that those changes need to be passed to the server. The service context sends changes to the server when the SaveChanges method is called.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Espacio de nombres de Microsoft.Xrm.Sdk

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.