1var result = from row in titelDataSet1.Table1 2 where row.Titel != "" 3 orderby row.Titel ascending 4 select row;