7
Answers

how to write linq query of the below sql query

Photo of Sandeep Kumar

Sandeep Kumar

2y
750
1

SELECT [UserId] FROM [TU_LMS].[dbo].[MstUser] where RoleId in (3,5)

Answers (7)