IDataSourceViewSchema Interface
.NET Framework (current version)
Defines a set of methods and properties used to examine a data source.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the view. |
| Name | Description | |
|---|---|---|
![]() | GetChildren() | Gets an array representing the child views contained in the current view. |
![]() | GetFields() | Gets an array containing information about each field in the data source. |
Classes that implement the IDataSourceSchema class are used by custom control designer components to provide lists of views in a data source for data-bound controls at design time. In a class that is derived from the IDataSourceSchema, use the GetViews method to get an array of IDataSourceViewSchema objects.
.NET Framework
Available since 2.0
Available since 2.0
Show:

