c# - which relationship is this, one to one from one side and many to one from other side -


i want know how set relationship in scenario

there article , location entitites.

in point of time 1 article can @ 1 location, , looking other side 1 location can hold 1 or more articles.

so kind of relationship this?

from 1 side 1 one , other side many one.

thanks

one location can have many articles, 1 many relationship.

the one on location side of relationship means articles can have 1 location, 'many' on article side, means location can have many articles.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -