See Also: IDesignerDataSchema Members
Classes that implement the System.ComponentModel.Design.Data.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 System.ComponentModel.Design.Data.IDesignerDataSchema interface provides two methods: the IDesignerDataSchema.GetSchemaItems(DesignerDataSchemaClass) method, which returns the requested schema objects, and the IDesignerDataSchema.SupportsSchemaClass(DesignerDataSchemaClass) method, which indicates whether a specified data-schema object is supported by the data store.