Fluent NHibernate Custom SQL Types
When mapping data types from SQL server into Fluent NHibernate, the generic mappings work just fine (as long as the data in the field fits the type declared). In other words, a char(50), a text or a varchar(max) field in SQL server will fit in a string type without an issue. There is one problem … Read moreFluent NHibernate Custom SQL Types