For Each dt As DataTable In DataTables output.show(dt.name) For Each dc As DataCol In dt.DataCols output.show(dc.name) NextNext