c# - EF5 issues - table splitting -


i'm having issues table splitting because need same table columns in both entities. there way of doing that?

my example scenario.

table messages has id, sourcesystemid, destinationsystemid table systems has id , name

to source system name , destination system name link same systems table, example sql be

select m.id, s.name, d.name messages m join systems s on s.id = m.sourcesystemid join systems d on d.id = m.destinationsystemid

i have table splitting working not when both entities have same columns.

error "are being mapped in both fragments different conceptual side properties"

thanks paul


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -