ISPWDataConnector Members

Include Protected Members
Include Inherited Members

Provides the connection between the underlying tool data and your add-in datasets.

The ISPWDataConnector type exposes the following members.

Methods

  Name Description
Public method Fill Fills the specified dataset with the schema and the data from the set defined in the tool manifest.
Public method FillSchema Fills the dataset with the schema from the set defined in the tool manifest but without any data.
Public method Query Queries a table in the underlying data and returns a DataSet with all records matching the query.
Public method SubscribeToTableChangeEvents Subscribes to data events in the underlying data for the specified table.
Public method UnSubscribeFromTableChangeEvents Unsubscribes to data events in the underlying data for the specified table.
Public method Update(DataSet) Updates the underlying data with the changes indicated in the specified DataSet.
Public method Update([]) Updates the underlying data with the changes indicated in the specified DataSets.

Top

See Also

Reference

ISPWDataConnector Interface

Microsoft.Office.SharePointWorkspace.AddIn Namespace