IDataSourceViewSchema Interface
Defines a set of methods and properties used to examine a data source.
Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
The IDataSourceViewSchema type exposes the following members.
| 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
