The System.Web.UI.Design.DataSetSchema class represents the structure, or schema, of a data source. This class cannot be inherited.
See Also: DataSetSchema Members
Use the System.Web.UI.Design.DataSetSchema class to list the elements of a data source at design time. This implementation of System.Web.UI.Design.IDataSourceSchema uses a System.Data.DataSet to list the views and fields.
The System.Web.UI.Design.DataSetSchema class is used by custom control designer components to provide lists of views and fields for data-bound controls at design time.
To examine the components of data using a System.Data.DataSet, use the following classes: