RuntimeProperty.IReadOnlyProperty.GetMaxLength Yöntem

Tanım

Bu özellikte izin verilen en fazla veri uzunluğunu alır. Örneğin, özelliği bir String ise bu karakter sayısı üst sınırıdır.

[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

Döndürülenler

Özelliğin uzunluk -1 üst sınırı yoksa veya null uzunluk üst sınırı ayarlanmamışsa uzunluk üst sınırı.

Uygulamalar

Öznitelikler

Şunlara uygulanır