.First() throws Error in LINQ or Entity Framework Queries(www.ginktage.com)
submitted by
isenthil(2304) 1 year, 6 months ago
I use .First() method in some of the Entity Framework LINQ queries to return only one record . This works perfectly similar to the select Top 1 statemnent in SQL .
Eg :var data = (from m in Employees
where m.Name == "Senthil"
select m).First()
But , there is an issue with this .
|category: Linq
|Views: 2
tags:
LINQ another
Everyones tags:
Your Tags: