Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
convert SQL to LINQ query
scropio gurl
8y
485
1
Reply
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
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to search Unicode value Linq
Hot to convert this sql query in linq.