Base solution for your next web application
Open Closed

How to get one to many child records as PagedResultDto #6579


User avatar
0
kalidarscope created

I have a scenario like below:

There is an one to many relationship with ObjectTable and FieldTable. When i edit the ObjectTable form, i can get the ObjectTable record. But i would like to get FieldTable records also. But it would be return the FieldTable records as PagedResultDto.

Anyone could help me to write the application-service for this scenario. Give me some example also.

Note: I am using ASP.NET Zero and Angular.


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

    Please share the relevant code.