SPWDataConnector.UnSubscribeFromTableChangeEvents Method

Unsubscribes to data events in the underlying data for the specified table.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Sub UnSubscribeFromTableChangeEvents ( _
    tableName As String _
)
'Usage
Dim instance As SPWDataConnector
Dim tableName As String

instance.UnSubscribeFromTableChangeEvents(tableName)
public void UnSubscribeFromTableChangeEvents(
    string tableName
)

Parameters

  • tableName
    Type: System.String
    Name of the table as defined in the tool manifest.

Implements

ISPWDataConnector.UnSubscribeFromTableChangeEvents(String)

See Also

Reference

SPWDataConnector Class

SPWDataConnector Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace