IDesignerDataSchema Interface
Defines methods for retrieving data-store schema information.
Assembly: System.Design (in System.Design.dll)
The IDesignerDataSchema type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetSchemaItems | Gets a collection of specified schema items. |
![]() | SupportsSchemaClass | Returns a value indicating whether the data store contains the specified data-schema object. |
Classes that implement the IDesignerDataSchema interface retrieve schema information from a data store and return it to the user interface, typically to populate UI elements that enable the user to specify the data-store object that they want to work with.
The IDesignerDataSchema interface provides two methods: the GetSchemaItems method, which returns the requested schema objects, and the SupportsSchemaClass method, which indicates whether a specified data-schema object is supported by the data store.
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.
