Propiedad MetadataBase.HasChanged
Se aplica a: CRM 2015 on-prem, CRM Online
Gets whether the item of metadata has changed.
Espacio de nombres: Microsoft.Xrm.Sdk.Metadata
Ensamblado: Microsoft.Xrm.Sdk (en Microsoft.Xrm.Sdk.dll)
Sintaxis
'Declaración
<DataMemberAttribute(Order:=60)> _
Public Property HasChanged As Nullable(Of Boolean)
[DataMemberAttribute(Order=60)]
public Nullable<bool> HasChanged { get; set; }
Valor de propiedad
Type: Aceptación de valores NULL<Booleano>
true if metadata item has changed since the last query; otherwise, false.
Comentarios
When metadata is retrieved using RetrieveMetadataChangesRequest, with a valid ClientVersionStamp parameter, the RetrieveMetadataChangesResponse. EntityMetadata property contains an EntityMetadataCollection of all the changed metadata. When a child item has changed but a parent item has not, the HasChanged property of the child will be true but for the parent it will be false.
It is not valid to use this attribute as part of a query because the value is calculated. The value will be null except in the results of a query that returns information about changes from a previous query.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Clase de MetadataBase
Miembros de MetadataBase
Espacio de nombres de Microsoft.Xrm.Sdk.Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.