DataSetFieldSchema Constructor (DataColumn)

 

Initializes a new instance of the DataSetFieldSchema class using a specified DataColumn.

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

new : 
        column:DataColumn -> DataSetFieldSchema

Parameters

column
Type: System.Data.DataColumn

A DataColumn object that the DataSetFieldSchema object describes.

Use the DataSetFieldSchema class to examine the properties of a data field using a DataColumn object.

.NET Framework
Available since 2.0
Return to top
Show: