In This Topic
Provides custom translation of strings, 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 NullSafeString : NHibernate.UserTypes.IUserType
Inheritance Hierarchy
System.Object
CommerceBuilder.DomainModel.NullSafeString
See Also