DataSetViewSchema Class
.NET Framework 3.0
Represents the structure, or schema, of a DataTable. This class cannot be inherited.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Use the DataSetViewSchema class to list the structure of data using a DataTable at design time. Use the GetFields method to get a list of information about each field as DataColumn objects.
The 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 DataSet, use the following classes.
-
DataSetViewSchema
Community Additions
ADD
Show: