IDataSourceSchema Interface

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)

public interface class IDataSourceSchema
public interface IDataSourceSchema
public interface IDataSourceSchema
Not applicable.

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: