DataSetViewSchema Constructor (DataTable)

 

Creates an instance of the DataSetViewSchema class using a specified DataTable.

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

new : 
        dataTable:DataTable -> DataSetViewSchema

Parameters

dataTable
Type: System.Data.DataTable

The DataTable that the DataSetViewSchema instance will describe.

.NET Framework
Available since 2.0
Return to top
Show: