IDataSourceSchema Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |