MetadataBase.HasChanged Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets whether the item of metadata has changed.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 60)]
public Nullable<bool> HasChanged { get; set; }
<DataMemberAttribute(Order := 60)>
Public Property HasChanged As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Type: Nullable<Boolean>
true if metadata item has changed since the last query; otherwise, false.
Remarks
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.
See Also
MetadataBase Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright