SPWDataConnector.SubscribeToTableChangeEvents Method

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

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

Parameters

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

Implements

ISPWDataConnector.SubscribeToTableChangeEvents(String)

See Also

Reference

SPWDataConnector Class

SPWDataConnector Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace