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
linq query for join 2 collection
sriballabha Rout
10y
787
1
Reply
Q1>I have 2 dto like
List<SecurityQuestionsSetDto>
{
questionsetid;
questionsetname;
questionsetdesc;
List<SecurityQuestionsDto>
}
In List<SecurityQuestionsDto>
the properities are
{
QuestionId;
QuestionText
}
For this i want to join using linq.The out put should be first dto under the list the child property r there.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to get email address from active directory using MVC 5
Embed an image in Html.ActionLink