Q1>I have 2 dto like
List
{
questionsetid;
questionsetname;
questionsetdesc;
List
}
In List
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.
Jignesh TrivediPosted Sep 19, 2014, 12:04 AM
what is relation between this two list?
to create relation child table must have parent id...
Please provide information.