0
velu created
1 Answer(s)
-
0
Hi @velu,
Do you want to show for example, your Randevu entity with related entities included ? If so, when getting your Randevu entity you can use LinQ's Include to include navigation properties to your main entity.
Actually, this usage is more related to Entity Framework other than AspNet Zero.
If you can explain your case a bit more detailed, we can try to provide you a simple example.
Thanks.