Create association between tables in distinct models

  • Thread starter Thread starter Tirzan
  • Start date Start date
T

Tirzan

Hi all,
sorry for my bad english.
Is it possible to create an association between two tables the reside
in different models?

Thanks

Bye
 
Is it possible to create an association between two tables the reside
in different models?

You mean you have them in 2 different files, I assume? If so, no. At
least not with the current bits out there. This is true of EF, LINQ and
DataSets. And it is likely to be a constraint for some time.

You can "mimic" an association programatically, if this is a mandatory
feature, but you will have to code it.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top