Dim table as DataTable = myDataset.Tables(0)Dim rows as DataRow() = table.Select( "name like '%Mary%' order by LastModifiedTime" )