MaxLengthAttribute Construtores
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe MaxLengthAttribute.
MaxLengthAttribute() |
Inicializa uma nova instância da classe MaxLengthAttribute. |
MaxLengthAttribute(Int32) |
Inicializa uma nova instância da classe MaxLengthAttribute, com base no parâmetro |
- Origem:
- MaxLengthAttribute.cs
- Origem:
- MaxLengthAttribute.cs
- Origem:
- MaxLengthAttribute.cs
Inicializa uma nova instância da classe MaxLengthAttribute.
public:
MaxLengthAttribute();
public MaxLengthAttribute ();
Public Sub New ()
Comentários
O comprimento máximo permitido com suporte pelo banco de dados será usado.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
UWP | 10.0 |
- Origem:
- MaxLengthAttribute.cs
- Origem:
- MaxLengthAttribute.cs
- Origem:
- MaxLengthAttribute.cs
Inicializa uma nova instância da classe MaxLengthAttribute, com base no parâmetro length
.
public:
MaxLengthAttribute(int length);
public MaxLengthAttribute (int length);
new System.ComponentModel.DataAnnotations.MaxLengthAttribute : int -> System.ComponentModel.DataAnnotations.MaxLengthAttribute
Public Sub New (length As Integer)
Parâmetros
- length
- Int32
O comprimento máximo permitido de dados de cadeia de caracteres ou matriz.
Aplica-se a
.NET 9 e outras versões
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
UWP | 10.0 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: