List of Datatables manipulation

Hi,

I wanted to filter datarows from a main Datatable to different set of DTs and store in a list variable to use further.

How to store the more than 1 DT in list variable.

Thanks.

TableList = new List(Of DataTable) From (dt1,dt2,dt3…}

Also have a look on the DataSet Class