The DataColumn defines the schema for a single column in a DataTable . The DataTable schema is defined by a collection of columns in the table along with any constraints. The DataColumn defines:
As with all disconnected classes, the DataColumn is independent of the column in the underlying data source. As a result, its data type is defined as a .NET Framework data type that is matched to the data type in the data source. ![]() |