Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / NullSafeStringClob Class
Members
Version
NullSafeStringClob Class
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