System.Web.UI.Design.IDataSourceDesigner: Method Members

The methods of System.Web.UI.Design.IDataSourceDesigner are listed below. For a list of all members, see the IDataSourceDesigner Members list.

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.