ModelContainerConvention 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 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。) |
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。