The DataColumn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataColumn |
Methods
| Name | Description | |
|---|---|---|
| getDataColumnProperties | Get a list of the properties in the column. | |
| getDataColumnProperty | Get the information about the property with given name. | |
| onDataColumnPropertyChanged | Event raised when the data column property has changed value. | |
| setDataColumnProperty | Set the value of an existing property. |
Properties
| Name | Description | |
|---|---|---|
| dataColumnName | The name of the data column. | |
| dataTable | The name of the data table containing this column. | |
| dataType | The columnDataType of the column. |