Hi,
I use LLBLGenPro to generate NHibernate ready code.
I have a problem with the following situation:
I have a master and detail table, the master table has a foreign key (bigint - nullable) as a reference to a record in the detail table.
By default, LLBLGenPro makes a navigator property for the detail table record in my master class. Instead I want the actual DetailID (bigint nullable) property in my master class instead of an instance of the detail record. Is this possible with LLBLGenPro?
Thanks and best record
Ivan