I've got a legacy database that handles null values with the number 0. Example: the database holds an Address record with a Country column (foreignkey) that holds the value 0. Nhibernate will try to fetch the country with ID = 0.
How can i instruct nhibernate to handle the number 0 as null for relations? Thanks Marco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
