Share via


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetMaxLength Methode

Definition

Ruft die maximale Datenlänge ab, die in dieser Eigenschaft zulässig ist. Wenn die Eigenschaft beispielsweise ein String ist, dann ist dies die maximale Anzahl von Zeichen.

[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

Gibt zurück

Die maximale Länge oder null , wenn keine definiert ist.

Implementiert

Attribute

Gilt für: