This documentation is archived and is not being maintained.
IDataSourceViewSchema Interface
Visual Studio 2010
Defines a set of methods and properties used to examine a data source.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

