ISPWDataConnector.UnSubscribeFromTableChangeEvents Method
Unsubscribes to data events in the underlying data for the specified table.
Namespace: Microsoft.Office.SharePointWorkspace.AddIn
Assembly: Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)
Syntax
'Declaration
Sub UnSubscribeFromTableChangeEvents ( _
tableName As String _
)
'Usage
Dim instance As ISPWDataConnector
Dim tableName As String
instance.UnSubscribeFromTableChangeEvents(tableName)
void UnSubscribeFromTableChangeEvents(
string tableName
)
Parameters
- tableName
Type: System.String
Name of the table as defined in the tool manifest.