Share via


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetMaxLength Método

Definição

Obtém o comprimento máximo dos dados permitidos nesta propriedade. Por exemplo, se a propriedade for um String , esse será o número máximo de caracteres.

[System.Diagnostics.DebuggerStepThrough]
int? ITypeMappingConfiguration.GetMaxLength ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetMaxLength : unit -> Nullable<int>
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetMaxLength : unit -> Nullable<int>
Function GetMaxLength () As Nullable(Of Integer) Implements ITypeMappingConfiguration.GetMaxLength

Retornos

O comprimento máximo ou null se nenhum for definido.

Implementações

Atributos

Aplica-se a