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
siva nathan
1.4k
786
171.4k
how to filter column name as well as respective va
Mar 24 2021 4:34 PM
Hi all,
i have a table like below
FieldName
FieldValue
Id
1
Name
John
Id
2
Name
Andrew
i have a static value name called "John"
need to filter name as john dynamically in linq c# ,how can i achieve this
Reply
Answers (
1
)
how to do dynamic column and values in linq c# query
How to construct an MongoDB Linq Any() query by comparing a sub-field