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;
A ColumnsCollection which contains the collection of DataColumn objects for the table.