DataSetFieldSchema.Name Property

 

Gets the name of the data field.

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

abstract Name : string with get
override Name : string with get

Property Value

Type: System.String

The name of the data field.

The Name property corresponds to the ColumnName property of a DataColumn.

.NET Framework
Available since 2.0
Return to top
Show: