ChangeType Enumeration

 

Applies To: Dynamics CRM 2015

Represents the enumeration for the change type.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataContractAttribute(Name = "ChangeType", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum ChangeType
[DataContractAttribute(Name = "ChangeType", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum class ChangeType
[<DataContractAttribute(Name = "ChangeType", Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")>]
type ChangeType
<DataContractAttribute(Name := "ChangeType", Namespace := "https://schemas.microsoft.com/xrm/7.1/Contracts")>
Public Enumeration ChangeType

Members

Member name Description
NewOrUpdated

Specifies that the records are new or updated.

RemoveOrDeleted

Specifies that the records were removed or deleted.

See Also

Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright