this blog to share the problems, technical challenges and their solutions what I faced in my day to day development activity.
https://www.gopaisa.com/ref/M6UVCW
var objSelfJoin = from t1 in objLinq.tblEmps join t2 in objLinq.tblEmps on t1.EId equals t2.SupervisorId orderby t1.Age select new { t1.Full_Name,t1.Age,t1.Salary };
No comments:
Post a Comment
Comments