Circular references

Posts   
 
    
ianvink
User
Posts: 393
Joined: 15-Dec-2006
# Posted on: 23-Feb-2014 08:06:42   

I'm getting warning about circular references in the EF 6 output.

I have a City Entity and Person Entity.

A City has a MayorPersonId and ComptrollerPersonId (Person Entities)

A Person has a CityLivedInID (City entity)

Is there a way to handle these relationships without getting the circular reference errors?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 24-Feb-2014 08:05:35   

It's a warning to point some possible problem when you would use the generated code. You still can generate code. You cannot get rid of that warning. See http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=22283

David Elizondo | LLBLGen Support Team