Provides custom translation of string CLOBs, converting between string.Empty
in memory to NULL in the database. This eliminates the need for null
checks against nullable string properties, consistent with legacy
AC7 behaviors.
public class NullSafeStringClob : NHibernate.UserTypes.IUserType
System.Object
CommerceBuilder.DomainModel.NullSafeStringClob