NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataTable.Columns

Gets the collection of columns that belong to this table.

[Visual Basic]
Public ReadOnly Property Columns As ColumnsCollection
[C#]
public ColumnsCollection Columns {get;}
[C++]
public: __property ColumnsCollection* get_Columns();
[JScript]
public function get Columns() : ColumnsCollection;

Property Value

A ColumnsCollection which contains the collection of DataColumn objects for the table.

See Also

DataTable Class | DataTable Members | System.Data Namespace