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 | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
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. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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. |
![]() |
ToString | (Inherited from Object.) |
![]() |
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
Events
Name | Description | |
---|---|---|
![]() |
OnSPWDataChangeHandler | Sets the event handler to call for event subscriptions. |
Top