I want my nhibernate entity property to be nullable.
the column is a nvarchar(MAX) in sql server, and it can be NULL.
How do I map this using the xml mapping?
I want my nhibernate entity property to be nullable.
the column is a nvarchar(MAX) in sql server, and it can be NULL.
How do I map this using the xml mapping?