This documentation is archived and is not being maintained.
IDataSourceDesigner Members
Visual Studio 2008
Defines the basic functionality for a data source designer.
The IDataSourceDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
|
Configure | Launches the underlying data source's configuration wizard. |
|
GetView | Gets the DesignerDataSourceView for the specified view. |
|
GetViewNames | Gets the names of the views in the underlying data source. |
|
RefreshSchema | Refreshes the schema of the underlying data source. |
|
ResumeDataSourceEvents | Resumes raising data source events after calling the SuppressDataSourceEvents method. |
|
SuppressDataSourceEvents | Suppresses all events raised by a data source until the ResumeDataSourceEvents method is called. |
| Name | Description | |
|---|---|---|
|
CanConfigure | Gets a value that indicates whether the Configure method can be called. |
|
CanRefreshSchema | Gets a value that indicates whether the RefreshSchema method can be called. |
| Name | Description | |
|---|---|---|
|
DataSourceChanged | Occurs when a data source has changed in a way that affects data-bound controls. |
|
SchemaRefreshed | Occurs when the fields or data of the underlying data source have changed. |
Show: