DataColumn::Table Property

 

Gets the DataTable to which the column belongs to.

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

public:
[BrowsableAttribute(false)]
property DataTable^ Table {
	DataTable^ get();
}

Property Value

Type: System.Data::DataTable^

The DataTable that the DataColumn belongs to.

The following example returns the parent table of a DataColumn through its Table property.

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

.NET Framework
Available since 1.1
Return to top
Show: