PropertiesConfigurationBuilder<TProperty>.HaveMaxLength(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定可以儲存在此屬性中的資料長度上限。 最大長度只能在陣列屬性上設定, (包括 String 屬性) 。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<TProperty> HaveMaxLength (int maxLength);
override this.HaveMaxLength : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<'Property>
Public Overridable Function HaveMaxLength (maxLength As Integer) As PropertiesConfigurationBuilder(Of TProperty)
參數
- maxLength
- Int32
屬性中允許的資料長度上限。
傳回
相同的產生器實例,以便鏈結多個組態呼叫。