The DataColumn type exposes the following members.

Constructors

  NameDescription
Public methodDataColumn

Methods

  NameDescription
Public methodgetDataColumnProperties
Get a list of the properties in the column.
Public methodgetDataColumnProperty
Get the information about the property with given name.
Public methodonDataColumnPropertyChanged
Event raised when the data column property has changed value.
Public methodsetDataColumnProperty
Set the value of an existing property.

Properties

  NameDescription
Public propertydataColumnName
The name of the data column.
Public propertydataTable
The name of the data table containing this column.
Public propertydataType
The columnDataType of the column.

See Also