[]
Represents a column in a DataTable.
public struct DataColumn
The DataColumn class represents the data structure of a column in the result set.
| Name | Description |
|---|---|
| DataColumn(string, string) | Initializes a new instance of the DataColumn structure with the specified name and data type. |
| Name | Description |
|---|---|
| DataType | Gets the data type of the column. |
| Name | Gets the name of the column. |