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
Glenn Sanchez
NA
83
34.5k
How do I Query Dynamically
Mar 29 2012 1:25 AM
How can I query on a table given as parameter? I just want to check if a record exists.
Example:
String query = "Select * from " + tableName + "t where t.ID='" + fieldvalue + "'";
Regards
Reply
Answers (
4
)
LINQ to Entities - How to retrieve a data and use it as a variable in the whole project
Join using linq