Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
scropio gurl
2k
147
91.6k
convert SQL to LINQ query
Jul 20 2016 6:47 AM
i want to convert this query into LINQ
Select
D.ID
as
ID, D.OName,
(
Select
Count
(*)
from
tblve
WHERE
MID = D.ID
and
Vme <>
''
),
D.Mil,D.Speed
from
tblRe M
inner
join
tblReg D
On
M.RID = D.RID
main problem is subquery
Reply
Answers (
9
)
how to search Unicode value Linq
Hot to convert this sql query in linq.