DataSetSchema Constructor (DataSet)

 

Creates an instance of the DataSetSchema class using a specified DataSet.

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

public DataSetSchema(
	DataSet dataSet
)

Parameters

dataSet
Type: System.Data.DataSet

The DataSet that the DataSetSchema instance will describe.

.NET Framework
Available since 2.0
Return to top
Show: