Good Morning,
Please do let me know how to write the following sql query using LINQ in ASP.Net Core 6:
select u.Email,u.Password,p.UserRole
from [AMS].[dbo].[User] u join UserProgram p
on u.id=p.UserId
where p.UserRole=1
Good Morning,
Please do let me know how to write the following sql query using LINQ in ASP.Net Core 6:
select u.Email,u.Password,p.UserRole
from [AMS].[dbo].[User] u join UserProgram p
on u.id=p.UserId
where p.UserRole=1
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Jun 8, 2022, 1:28 PM
PhamNgoc KhiemPosted Jul 12, 2022, 8:27 AM