System.Web.UI.Design.IDataSourceFieldSchema

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

See Also: IDataSourceFieldSchema Members

Syntax

public interface IDataSourceFieldSchema

Remarks

The System.Web.UI.Design.IDataSourceFieldSchema interface allows a class to implement a set of properties that describe a field in a data source. The System.Web.UI.Design.DataSetFieldSchema class implements the System.Web.UI.Design.IDataSourceFieldSchema interface.

Classes that implement the System.Web.UI.Design.IDataSourceFieldSchema are used by custom control designer components to provide lists of data source fields and properties for data-bound controls at design time.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0