IDataSourceSchema Interface

Definition

Provides basic functionality for describing the structure of a data source at design time.

public interface class IDataSourceSchema
public interface IDataSourceSchema
type IDataSourceSchema = interface
Public Interface IDataSourceSchema
Derived

Remarks

Implement the IDataSourceSchema interface to describe a custom data source at design time. For example, the DataSetSchema, XmlDocumentSchema, and TypeSchema classes implement the IDataSourceSchema interface.

Classes that implement the IDataSourceSchema are used by custom control designer components to provide lists of fields and views for data-bound controls at design time.

Methods

GetViews()

Gets an array of schema descriptors for views contained in the data source.

Applies to

See also