RetrieveEntityChangesRequest Class
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.
Contains data that is needed to retrieve the changes for an entity.
For the Web API use the RetrieveEntityChanges Function.
Web API support for this message was added with December 2016 update for Microsoft Dynamics 365 (online) and December 2016 Service Pack for Microsoft Dynamics 365 (on-premises) .
public ref class RetrieveEntityChangesRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class RetrieveEntityChangesRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type RetrieveEntityChangesRequest = class
inherit OrganizationRequest
Public NotInheritable Class RetrieveEntityChangesRequest
Inherits OrganizationRequest
- Inheritance
- Attributes
Constructors
RetrieveEntityChangesRequest() |
Initializes a new instance of the RetrieveEntityChangesRequest class. |
Properties
Columns |
Gets or sets the columns to retrieve. |
DataVersion |
Gets or sets the data version. |
EntityName |
Gets or sets the entity name. |
ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from OrganizationRequest) |
GetGlobalMetadataVersion |
Gets or sets a boolean value that specifies whether metadata version is to be returned. Optional. |
Item[String] |
Gets or sets the indexer for the |
PageInfo |
Gets or sets the paging information. |
Parameters |
Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |
RequestId |
Gets or sets the ID of the request. Optional. (Inherited from OrganizationRequest) |
RequestName |
Gets or sets the name of the request. Required, but is supplied by derived classes. (Inherited from OrganizationRequest) |