LINQ - How to query for a single entity with sub query to populate multiple entities?

Without knowing what your ef models look like it is hard to be specific, but I would guess something like this should work (from student in myContext. Students where student. EmailAddress == emailAddress select new Student() { FirstName = student.

FirstName, LastName = student. LastName, Scores = student.Scores. Select(studentScore=>studentScore.

Value) }).SingleOrDefault().

Without knowing what your ef models look like it is hard to be specific, but I would guess something like this should work. (from student in myContext. Students where student.

EmailAddress == emailAddress select new Student() { FirstName = student. FirstName, LastName = student. LastName, Scores = student.Scores.

Select(studentScore=>studentScore. Value) }).SingleOrDefault().

In entity view add some field with GUID. Entity and second query entity else 'll show default view. Parse data for what you want show for user.

Register your plugin.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions