Hi I have two tables like x and y. x table have one PK column and y table have FK constraint of table x (with null). i need to insert null value in table y by passing null value. is it possible in NHibernate. i tried by passing null value and is throughing FK constraint error.
Plz suggest me.
Regards Jcreddy.