Does entity framework 3.5 support composite keys made up from foreign keys? -


we have table has composite primary key consisting of 2 foreign keys. know should work on ef 4.0 update exception when trying insert referenced entities when using ef 3.5.

i tried confirmation whether or not ef 3.5 supports answer seems "yes, ef 4.0 supports this".

so i'm asking here:

does entity framework 3.5 support composite keys made foreign keys?


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -