IDesignerDataSchema Interface

Definition

Defines methods for retrieving data-store schema information.

public interface class IDesignerDataSchema
public interface IDesignerDataSchema
type IDesignerDataSchema = interface
Public Interface IDesignerDataSchema

Remarks

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.

Methods

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.

Applies to