Propriété MetadataBase.HasChanged
S'applique à: CRM 2015 on-prem, CRM Online
Gets whether the item of metadata has changed.
Espace de noms: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(Order:=60)> _
Public Property HasChanged As Nullable(Of Boolean)
[DataMemberAttribute(Order=60)]
public Nullable<bool> HasChanged { get; set; }
Valeur de propriété
Type: Autorise la valeur Null<Booléen>
true if metadata item has changed since the last query; otherwise, false.
Remarques
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.
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Classe MetadataBase
Membres MetadataBase
Espace de noms Microsoft.Xrm.Sdk.Metadata
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.