RelationalModelBuilderExtensions.CanSetMaxIdentifierLength 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出是否可以設定存放區識別碼允許的最大長度。
public static bool CanSetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, int? length, bool fromDataAnnotation = false);
static member CanSetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Nullable<int> * bool -> bool
<Extension()>
Public Function CanSetMaxIdentifierLength (modelBuilder As IConventionModelBuilder, length As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Boolean
參數
- modelBuilder
- IConventionModelBuilder
模型產生器。
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
true
如果可以設定存放區識別碼允許的最大長度,則為 。
備註
如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。