ServiceStack.DataAnnotations.PgSqlTextArrayAttribute.PgSqlTextArrayAttribute C# (CSharp) Method

PgSqlTextArrayAttribute() public method

public PgSqlTextArrayAttribute ( ) : System
return System
        public PgSqlTextArrayAttribute() : base("text[]") { }
    }
PgSqlTextArrayAttribute