Badges.Core.MappingExtensions.StringMaxLength C# (CSharp) Method

StringMaxLength() public static method

public static StringMaxLength ( this propertyPart ) : PropertyPart
propertyPart this
return PropertyPart
        public static PropertyPart StringMaxLength(this PropertyPart propertyPart)
        {
            return propertyPart.CustomType("StringClob");
        }
MappingExtensions