I am moving from SQL to Linq and I need some help. I am testing both Linq-to-SQL and Linq-to-Entities. I want to try both to decide which one suits me best. Your help is app
dim mydate = from cv in mydata.t1s select cv.date1 asc datetime mindata = mydate[0];