SPWDataConnector Members

Include Protected Members
Include Inherited Members

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

The SPWDataConnector type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
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.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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 ToString (Inherited from Object.)
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

Events

  Name Description
Public event OnSPWDataChangeHandler Sets the event handler to call for event subscriptions.

Top

See Also

Reference

SPWDataConnector Class

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace