IDesignerDataSchema Interface
.NET Framework (current version)
Defines methods for retrieving data-store schema information.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | GetSchemaItems(DesignerDataSchemaClass^) | Gets a collection of specified schema items. |
![]() | SupportsSchemaClass(DesignerDataSchemaClass^) | 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.
.NET Framework
Available since 2.0
Available since 2.0
Show:
