RuntimeProperty.IReadOnlyProperty.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? IReadOnlyProperty.GetMaxLength ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetMaxLength : unit -> Nullable<int>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetMaxLength : unit -> Nullable<int>
Function GetMaxLength () As Nullable(Of Integer) Implements IReadOnlyProperty.GetMaxLength

Gibt zurück

Die maximale Länge, -1 wenn die Eigenschaft keine maximale Länge aufweist oder null wenn die maximale Länge nicht festgelegt wurde.

Implementiert

Attribute

Gilt für: