Monday, June 25, 2012

Using where Condition in Linq in .net

where Condition in Linq in .net / where Condition in Linq in asp.net / how to use where Condition in Linq in .net

var getdata = from ud in objEntity.tblUserDetails
                          where (ud.UId== objudetails.UId)
                          select ud;

No comments:

Post a Comment

Comments

Protected by Copyscape Plagiarism Software