DataSetSchema Class
The DataSetSchema class represents the structure, or schema, of a data source. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DataSetSchema(DataSet^) | Creates an instance of the DataSetSchema class using a specified DataSet. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetViews() | Gets an array containing information about each view in the data source. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Use the DataSetSchema class to list the elements of a data source at design time. This implementation of IDataSourceSchema uses a DataSet to list the views and fields.
The 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 DataSet, use the following classes:
DataSetSchema
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
