DbModelBuilder.Types 方法

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

开始配置应用于模型中所有实体和复杂类型的轻型约定。

命名空间:  System.Data.Entity
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Function Types As TypeConventionConfiguration
用法
Dim instance As DbModelBuilder 
Dim returnValue As TypeConventionConfiguration 

returnValue = instance.Types()
public TypeConventionConfiguration Types()
public:
TypeConventionConfiguration^ Types()
member Types : unit -> TypeConventionConfiguration
public function Types() : TypeConventionConfiguration

返回值

类型:System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration
约定的配置对象。

请参阅

参考

DbModelBuilder 类

Types 重载

System.Data.Entity 命名空间