Partilhar via


Propriedade MetadataBase.HasChanged

Aplica-se a: CRM 2015 on-prem, CRM Online

Gets whether the item of metadata has changed.

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
<DataMemberAttribute(Order:=60)> _
Public Property HasChanged As Nullable(Of Boolean)
[DataMemberAttribute(Order=60)] 
public Nullable<bool> HasChanged { get; set; }

Valor de Propriedade

Type: Anulável<Booleano>
true if metadata item has changed since the last query; otherwise, false.

Comentários

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.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Classe MetadataBase
Membros de MetadataBase
Namespace Microsoft.Xrm.Sdk.Metadata

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