Create association between tables in distinct models

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
 
G

Gregory A. Beamer

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! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top