I am building an object from multiple datasources. Does anyone know whether this is possible in NHibernate and how. I should mention that one source is SQL the other ORACLE.
I am building an object from multiple datasources. Does anyone know whether this is
Share
If you are able to create a database link on the Oracle database, NHibernate should be able to effectively pick up the objects from either database. I have used a similar pattern, although connecting to two instances of Oracle.