Aracılığıyla paylaş


PropertyExtensions.GetMaxLength(IProperty) Yöntem

Tanım

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

public static int? GetMaxLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetMaxLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetMaxLength (property As IProperty) As Nullable(Of Integer)

Parametreler

property
IProperty

Maksimum uzunluk elde etmek için özelliği.

Döndürülenler

Uzunluk üst sınırı veya null tanımlanmadıysa yok.

Şunlara uygulanır