this blog to share the problems, technical challenges and their solutions what I faced in my day to day development activity.
https://www.gopaisa.com/ref/M6UVCW
var widgetDTO = DBContext.test_widget .Include("test_Parent.test_Child").Where(p => p.ID == wID).ToList(); In the above code ".Include("test_Parent.test_Child")" --- test_Child is the child table and test_Parent Parent table.
No comments:
Post a Comment
Comments