I need to optimize a query that is being produced by a save (insert query) on a domain entity. I\'ve configured NHibernate using Fluent NHibernate.
Here\'s the query ge
Specify the Type as NHibernateUtil.AnsiString with a Length instead of using a CustomSqlType.
Type
NHibernateUtil.AnsiString
Length