Hi,
I'm fairly new to NHibernate. Before I start considering using it in my production, I'd like to know one thing.
I understand it is easy to create relationship between entities mapped from table belonging to the same catalog (database). But here's my situation:
I have one table in one catalog, which foreign key refers to the primary key of another table that belong to another catalog. Yet the two tables must be part of my model as they are associated. Is this possible to do the mapping or will Nhibernate not allow that, knowing that both catalog have a different connection string (obviously...)
Thank you for helping
|