distinct rows using Linq to entity framework

distinct rows using Linq to entity framework


distinct rows using Linq to entity framework

var distinct = base.Context.UserContracts                               
                    .Where(x => x.Customer_ID == Customer_ID)
                    .Select(s=>s.Contract_Name)
                    .Distinct()
                    .Count();
        

For more query, go to below link


ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

distinct rows using Linq to entity framework distinct rows using Linq to entity framework Reviewed by Anil Singh on 11:30 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^