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
dipti prasad
NA
76
39k
linq query with where condition???
Dec 17 2014 3:37 AM
Hello Friends,
Please help me for below query???
how to apply in below query where condition with && and || operatore????
in below query i have only one where x => x.Name.Contains(name)
return Json(context.Master1.Where(x => x.Name.Contains(name)).Select(s => s.Name).ToArray(), JsonRequestBehavior.AllowGet);
Reply
Answers (
3
)
How To Write Insert Query In Linq In C# Code
How to set Combobox is Slect Option And then Bind Data