MaxLengthAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 |
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.