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 | |
|---|---|---|
![]() |
Fill | Fills the specified dataset with the schema and the data from the set defined in the tool manifest. |
![]() |
FillSchema | Fills the dataset with the schema from the set defined in the tool manifest but without any data. |
![]() |
Query | Queries a table in the underlying data and returns a DataSet with all records matching the query. |
![]() |
SubscribeToTableChangeEvents | Subscribes to data events in the underlying data for the specified table. |
![]() |
UnSubscribeFromTableChangeEvents | Unsubscribes to data events in the underlying data for the specified table. |
![]() |
Update(DataSet) | Updates the underlying data with the changes indicated in the specified DataSet. |
![]() |
Update([]) | Updates the underlying data with the changes indicated in the specified DataSets. |
Top
.gif)