Condividi tramite


Proprietà MetadataBase.HasChanged

Si applica a: CRM 2015 on-prem, CRM Online

Gets whether the item of metadata has changed.

Spazio dei nomi: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

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

Valore proprietà

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

Note

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.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe MetadataBase
Membri MetadataBase
Spazio dei nomi Microsoft.Xrm.Sdk.Metadata

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