ChangeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the enumeration for the change type.
public enum class ChangeType
[System.Runtime.Serialization.DataContract(Name="ChangeType", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
public enum ChangeType
[<System.Runtime.Serialization.DataContract(Name="ChangeType", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
type ChangeType =
Public Enum ChangeType
- Inheritance
-
ChangeType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NewOrUpdated | 0 | Specifies that the records are new or updated. |
RemoveOrDeleted | 1 | Specifies that the records were removed or deleted. |