Posted inLINQ Top Operator using take in LINQ to Entities Posted by By Abdul Khursheed March 23, 2013No Comments Entity Model Name : TestLinqDataContext db = new TestLinqDataContext(); var topDate = db.TagMasters.Take(3); Share via: Facebook X (Twitter) LinkedIn More Abdul Khursheed View All Posts Post navigation Previous Post Sub query in LINQ to EntitiesNext PostJoins and Group By using in LINQ to Entities