IDataSourceFieldSchema Interface
.NET Framework 3.0
Provides basic functionality for describing the structure of a data field at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The IDataSourceFieldSchema interface allows a class to implement a set of properties that describe a field in a data source. The DataSetFieldSchema class implements the IDataSourceFieldSchema interface.
Classes that implement the IDataSourceFieldSchema are used by custom control designer components to provide lists of data source fields and properties for data-bound controls at design time.
Community Additions
ADD
Show: