SqlCeChangeTracking Class
Provides methods that can be used to track changes to tables in a database.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public NotInheritable Class SqlCeChangeTracking _
Implements IDisposable
'Usage
Dim instance As SqlCeChangeTracking
public sealed class SqlCeChangeTracking : IDisposable
public ref class SqlCeChangeTracking sealed : IDisposable
[<SealedAttribute>]
type SqlCeChangeTracking =
class
interface IDisposable
end
public final class SqlCeChangeTracking implements IDisposable
Remarks
You can use the methods provided by the SqlCeChangeTracking class to configure, enable, and disable change tracking on tables. Methods are also provided to manage the tracking data accumulated by the tracking infrastructure while tracking is enabled.
Inheritance Hierarchy
System. . :: . .Object
System.Data.SqlServerCe..::..SqlCeChangeTracking
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.