TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
yusuf
NA
57
0
How to change this query to LinqToSql
Sep 13 2009 10:30 PM
Hi all!
I am building dynamic queries with Dynamic Linq API. I have a query -which works- like below, and i have to change it to LinqToSql statement. This is about selecting items from checkboxes by users and provdes all the conditions that user selected.
ei.EstateID in(select EstateID from EstateProperty where
EstateID in(select EstateID from EstateProperty where PropertyID=3) and PropertyID= 4)
Any ideas?
Reply
Answers (
0
)
update xml page
Query related linq