SqlCeChangeTracking.DisableTracking Method

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

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.

See Also

Reference

SqlCeChangeTracking Class

System.Data.SqlServerCe Namespace