In This Topic
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.
Syntax
public class NullSafeStringClob : NHibernate.UserTypes.IUserType
Inheritance Hierarchy
System.Object
CommerceBuilder.DomainModel.NullSafeStringClob
See Also