Share via


DisableTracking Method

Disables tracking on the specified table.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Sub DisableTracking ( _
    tableName As String _
)
'Usage
Dim instance As SqlCeChangeTracking
Dim tableName As String

instance.DisableTracking(tableName)
public void DisableTracking(
    string tableName
)
public:
void DisableTracking(
    String^ tableName
)
member DisableTracking : 
        tableName:string -> unit 
public function DisableTracking(
    tableName : String
)

Parameters

Remarks

Disables tracking on the table and removes the tracking columns added to the table when tracking was enabled.

See Also

Reference

SqlCeChangeTracking Class

SqlCeChangeTracking Members

System.Data.SqlServerCe Namespace