Badges.Core.MappingExtensions.StringMaxLength C# (CSharp) Метод

StringMaxLength() публичный статический Метод

public static StringMaxLength ( this propertyPart ) : PropertyPart
propertyPart this
Результат PropertyPart
        public static PropertyPart StringMaxLength(this PropertyPart propertyPart)
        {
            return propertyPart.CustomType("StringClob");
        }
MappingExtensions