Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- tableName
Type: System. . :: . .String
The name of the table on which to disable change tracking.
Remarks
Disables tracking on the table and removes the tracking columns added to the table when tracking was enabled.