SqlCeChangeTracking Methods

Include Protected Members
Include Inherited Members

The SqlCeChangeTracking type exposes the following members.

Methods

  Name Description
Public method DisableTracking Disables tracking on the specified table.
Public method Dispose() Releases all resources used by the current instance of the SqlCeChangeTracking class.
Public method Dispose(Boolean) Releases the unmanaged resources used by the SqlCeChangeTracking class and optionally releases the managed resources.
Public method EnableTracking Enables tracking on the specified table.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetLastCommittedCsn Returns the Commit Sequence Number (CSN) of the last transaction committed for the data source associated with the SqlCeChangeTracking object.
Public method GetTrackingOptions Gets a value that indicates the database operations that are currently being tracked on the specified table.
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method PackTombstoneKey Converts the row key from the specified table into the format used for the row key in the tombstone table.
Public method PurgeTombstoneTableData Purges tombstone data for the specified table.
Public method PurgeTransactionSequenceData Purges the specified data from the transaction history table.
Public method ToString (inherited from Object)
Public method UnpackTombstoneKey Converts the representation of a row key used in the tombstone table into the column values of the row key used in the specified table.
Public methodStatic member UpgradePublicTracking Upgrades tracking metadata in a SQL Server Compact SP2 database, on which tracking has been enabled, for use by Microsoft Sync Framework Service Pack 1 (SP1) and later versions of Sync Framework.

Top

See Also

Reference

SqlCeChangeTracking Class

System.Data.SqlServerCe Namespace