System.Web.UI.Design.IDataSourceDesigner Members

The members of System.Web.UI.Design.IDataSourceDesigner are listed below.

Public Properties

[read-only]
CanConfigurebool.

Gets a value that indicates whether the IDataSourceDesigner.Configure method can be called.

[read-only]
CanRefreshSchemabool.

Gets a value that indicates whether the IDataSourceDesigner.RefreshSchema(bool) method can be called.

Public Methods

Configure()

Launches the underlying data source's configuration wizard.

GetView(string) : DesignerDataSourceView

Gets the System.Web.UI.Design.DesignerDataSourceView for the specified view.

GetViewNames() : string[]

Gets the names of the views in the underlying data source.

RefreshSchema(bool)

Refreshes the schema of the underlying data source.

ResumeDataSourceEvents()

Resumes raising data source events after calling the IDataSourceDesigner.SuppressDataSourceEvents method.

SuppressDataSourceEvents()

Suppresses all events raised by a data source until the IDataSourceDesigner.ResumeDataSourceEvents method is called.

Public Events

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.