System.Web.UI.Design.DataSetSchema Class

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

Syntax

public sealed class DataSetSchema : IDataSourceSchema

Remarks

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:

Requirements

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