IConventionProperty.SetMaxLength(Nullable<Int32>, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此屬性中允許的資料長度上限。 例如,如果屬性是 String ',則這是字元數上限。
public int? SetMaxLength (int? maxLength, bool fromDataAnnotation = false);
abstract member SetMaxLength : Nullable<int> * bool -> Nullable<int>
Public Function SetMaxLength (maxLength As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
參數
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
已設定的屬性。