PropertyExtensions.GetMaxLength(IProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個屬性中允許的資料長度上限。 例如,如果 屬性是 String ,則這是字元數目上限。
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)
參數
- property
- IProperty
要取得最大長度的 屬性。
傳回
最大長度,如果未定義,則 null
為 。