c# null property mapping in nhibernate fails -
an object has reference object can null.
the mapping done many-to-one container class.
if contained class not null can recover it, if not can't recover , throws error saying "no row given identifier exists", when @ database.
x => contains => => (contains) => b
if b null can't recovered when query searches x
Comments
Post a Comment