IDataBindingSchemaProvider Interface
.NET Framework (current version)
Provides an interface for design-time access to a schema provider in a design host.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | CanRefreshSchema | Gets a value indicating whether the provider can refresh the schema. |
![]() | Schema | Gets the current schema object for the designer. |
| Name | Description | |
|---|---|---|
![]() | RefreshSchema(Boolean) | Refreshes the schema for the data source. |
The IDataBindingSchemaProvider class is implemented by design hosts, such as Visual Studio 2005, that host the data-binding dialog box to show schema.
.NET Framework
Available since 2.0
Available since 2.0
Show:

