IDataSourceSchema Interface
.NET Framework 3.0
Provides basic functionality for describing the structure of a data source at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
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.
Community Additions
ADD
Show: