ISPWDataConnector.SubscribeToTableChangeEvents Method

Subscribes 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 SubscribeToTableChangeEvents ( _
    tableName As String _
)
'Usage
Dim instance As ISPWDataConnector
Dim tableName As String

instance.SubscribeToTableChangeEvents(tableName)
void SubscribeToTableChangeEvents(
    string tableName
)

Parameters

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

See Also

Reference

ISPWDataConnector Interface

ISPWDataConnector Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace