Compartilhar via


PropertyMaxLengthConvention Construtores

Definição

Sobrecargas

PropertyMaxLengthConvention()

Inicializa uma nova instância de PropertyMaxLengthConvention com o comprimento padrão.

PropertyMaxLengthConvention(Int32)

Inicializa uma nova instância de PropertyMaxLengthConvention com o comprimento especificado.

PropertyMaxLengthConvention()

Inicializa uma nova instância de PropertyMaxLengthConvention com o comprimento padrão.

public PropertyMaxLengthConvention ();
Public Sub New ()

Aplica-se a

PropertyMaxLengthConvention(Int32)

Inicializa uma nova instância de PropertyMaxLengthConvention com o comprimento especificado.

public PropertyMaxLengthConvention (int length);
new System.Data.Entity.ModelConfiguration.Conventions.PropertyMaxLengthConvention : int -> System.Data.Entity.ModelConfiguration.Conventions.PropertyMaxLengthConvention
Public Sub New (length As Integer)

Parâmetros

length
Int32

O comprimento máximo das propriedades.

Aplica-se a