SqlCeChangeTracking Members
Provides methods that can be used to track changes to tables in a database.
The SqlCeChangeTracking type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SqlCeChangeTracking(SqlCeConnection) | Initializes a new instance of the SqlCeChangeTracking class with a SqlCeConnection. |
![]() |
SqlCeChangeTracking(SqlCeTransaction) | Initializes a new instance of the SqlCeChangeTracking class with a SqlCeTransaction. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DisableTracking(String) | Disables tracking on the specified table. |
![]() |
Dispose() () () () | Releases all resources used by the current instance of the SqlCeChangeTracking class. |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the SqlCeChangeTracking class and optionally releases the managed resources. |
![]() |
EnableTracking(String, TrackingKeyType, TrackingOptions) | Enables tracking on the specified table. |
![]() |
Equals(Object) | (inherited from Object) |
![]() |
Finalize() () () () | (inherited from Object) |
![]() |
GetHashCode() () () () | (inherited from Object) |
![]() |
GetLastCommittedCsn() () () () | Returns the Commit Sequence Number (CSN) of the last transaction committed for the data source associated with the SqlCeChangeTracking object. |
![]() |
GetTrackingOptions(String, TrackingOptions%) | Gets a value that indicates the database operations that are currently being tracked on the specified table. |
![]() |
GetType() () () () | (inherited from Object) |
![]() |
MemberwiseClone() () () () | (inherited from Object) |
![]() |
PackTombstoneKey(String, array<Object> [] () [] []) | Converts the row key from the specified table into the format used for the row key in the tombstone table. |
![]() |
PurgeTombstoneTableData(String, PurgeType, Int64) | Purges tombstone data for the specified table. |
![]() |
PurgeTransactionSequenceData(PurgeType, Int64) | Purges the specified data from the transaction history table. |
![]() |
ToString() () () () | (inherited from Object) |
![]() |
UnpackTombstoneKey(String, array<Byte> [] () [] []) | 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. |
![]() ![]() |
UpgradePublicTracking(String) | Upgrades tracking metadata in a 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