How to remove circular reference in Entity Framework?

前端 未结 6 1978
借酒劲吻你
借酒劲吻你 2021-01-12 07:36

The circular reference between my Customer and Order entities caused a exception during serialization. Is there any way to force EF to generate one-direction reference betwe

6条回答
  •  Happy的楠姐
    2021-01-12 08:13

    The changing getter to internal for a child navigation worked for me with entitfy framework v5/v6 under Web API v2

提交回复
热议问题