Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable::Columns Property

 

Gets the collection of columns that belong to this table.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property DataColumnCollection^ Columns {
	DataColumnCollection^ get();
}

Property Value

Type: System.Data::DataColumnCollection^

A DataColumnCollection that contains the collection of DataColumn objects for the table. An empty collection is returned if no DataColumn objects exist.

The DataColumnCollection determines the schema of a table by defining the data type of each column.

The following example prints each value of each row in a table using the Columns property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft