ListingSimpleChangeTrackingProvider Methods

The ListingSimpleChangeTrackingProvider type exposes the following members.

Methods

  Name Description
Protected method CanGetChanges Used to perform validation of whether system is in a state to retrieve changes for the specified table (Inherited from ChangeTrackingProviderBase.)
Protected method CreateConnectionManager Creates a new ConnectionManager for executing arbitrary SQL queries against the Channel database (Inherited from ChangeTrackingProviderBase.)
Protected method CreateCurrentHighVersionCommand Constructs and returns a SqlCommand object that can be used to retrieve information about the current version used to retrieve incremental changes in the future (Inherited from SimpleChangeTrackingProvider.)
Protected method CreateIncrementalSyncCommand (Inherited from SimpleChangeTrackingProvider.)
Protected method CreateInitialSyncCommand (Inherited from SimpleChangeTrackingProvider.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChanges Returns changes in the specified table that the destination does not have (Inherited from ChangeTrackingProviderBase.)
Public method GetHashCode (Inherited from Object.)
Protected method GetLastSyncAnchorForDestination Retrieves the last known sync anchor for the specified destination and table (Inherited from ChangeTrackingProviderBase.)
Protected method GetNextSyncVersionFromChangeSet Retrieves the highest row version from the specified change set, which serves as the next sync anchor. (Inherited from SimpleChangeTrackingProvider.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadByChannelListingId Retrieves a listing by channel listing id
Public method ReadByListingRecordIds Retrieves a list of listings by record identifiers
Public method ToString (Inherited from Object.)
Public method UpdateSyncStatus Updates the synchronization status of the destination for changes to be sent incrementally (Inherited from ChangeTrackingProviderBase.)

Top

See Also

Reference

ListingSimpleChangeTrackingProvider Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace