Base solution for your next web application
Open Closed

Multiple Table Entity (Core Class) #2940


User avatar
0
velu created

Hi,

Please provide us example of multiple table core class with Appservice and dto.

How to use in views? It's urgent. Please help us.

Thanks in advance


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.