Skip to main content

StringLengthAttribute

Define the RDBMS Column Definition variable character length

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class StringLengthAttribute : AttributeBase, _Attribute

Properties

MinimumLength

View Source
Declaration
public int MinimumLength { get; set; }

MaximumLength

View Source
Declaration
public int MaximumLength { get; set; }

Fields

MaxText

View Source
Declaration
public const int MaxText = 2147483647

Implements

  • System.Runtime.InteropServices._Attribute