Aracılığıyla paylaş


MaxLengthAttribute Oluşturucular

Tanım

MaxLengthAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

MaxLengthAttribute()

MaxLengthAttribute sınıfının yeni bir örneğini başlatır.

MaxLengthAttribute(Int32)

parametresine MaxLengthAttribute göre sınıfının yeni bir örneğini length başlatır.

MaxLengthAttribute()

Kaynak:
MaxLengthAttribute.cs
Kaynak:
MaxLengthAttribute.cs
Kaynak:
MaxLengthAttribute.cs

MaxLengthAttribute sınıfının yeni bir örneğini başlatır.

public:
 MaxLengthAttribute();
public MaxLengthAttribute ();
Public Sub New ()

Açıklamalar

Veritabanı tarafından desteklenen izin verilen uzunluk üst sınırı kullanılır.

Şunlara uygulanır

MaxLengthAttribute(Int32)

Kaynak:
MaxLengthAttribute.cs
Kaynak:
MaxLengthAttribute.cs
Kaynak:
MaxLengthAttribute.cs

parametresine MaxLengthAttribute göre sınıfının yeni bir örneğini length başlatır.

public:
 MaxLengthAttribute(int length);
public MaxLengthAttribute (int length);
new System.ComponentModel.DataAnnotations.MaxLengthAttribute : int -> System.ComponentModel.DataAnnotations.MaxLengthAttribute
Public Sub New (length As Integer)

Parametreler

length
Int32

Dizi veya dize verilerinin izin verilen en büyük uzunluğu.

Şunlara uygulanır