System.Web.UI.Design.DataSetViewSchema Class

Represents the structure, or schema, of a System.Data.DataTable. This class cannot be inherited.

See Also: DataSetViewSchema Members

Syntax

public sealed class DataSetViewSchema : IDataSourceViewSchema

Remarks

Use the System.Web.UI.Design.DataSetViewSchema class to list the structure of data using a System.Data.DataTable at design time. Use the DataSetViewSchema.GetFields method to get a list of information about each field as System.Data.DataColumn objects.

The System.Web.UI.Design.DataSetViewSchema class is used by custom control designer components to provide UI options to the user at design time that accurately reflect the structure of the data.

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