ModelContainerConvention 類別
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
此 DbModelBuilder 慣例會使用衍生 DbContext 類別的名稱當做 Code First 所建置之概念模型的容器。
繼承階層
System.Object
System.Data.Entity.Infrastructure.ModelContainerConvention
命名空間: System.Data.Entity.Infrastructure
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Class ModelContainerConvention _
Implements IConceptualModelConvention(Of EntityContainer), IConvention
'用途
Dim instance As ModelContainerConvention
public class ModelContainerConvention : IConceptualModelConvention<EntityContainer>,
IConvention
public ref class ModelContainerConvention : IConceptualModelConvention<EntityContainer^>,
IConvention
type ModelContainerConvention =
class
interface IConceptualModelConvention<EntityContainer>
interface IConvention
end
public class ModelContainerConvention implements IConceptualModelConvention<EntityContainer>, IConvention
ModelContainerConvention 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Apply | 將慣例套用至指定模型。 | |
Equals | (繼承自 Object)。 | |
Finalize | (繼承自 Object)。 | |
GetHashCode | (繼承自 Object)。 | |
GetType | (繼承自 Object)。 | |
MemberwiseClone | (繼承自 Object)。 | |
ToString | (繼承自 Object)。 |
靠上
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。