DbModelBuilder.Types<T> 方法

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

开始配置应用于模型中从泛型参数指定的类型派生或实现泛型参数指定的类型的所有实体和复杂类型的轻型约定。 此方法不会将类型注册为模型的一部分。

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

语法

声明
Public Function Types(Of T As Class) As TypeConventionConfiguration(Of T)
用法
Dim instance As DbModelBuilder 
Dim returnValue As TypeConventionConfiguration(Of T)

returnValue = instance.Types()
public TypeConventionConfiguration<T> Types<T>()
where T : class
public:
generic<typename T>
where T : ref class 
TypeConventionConfiguration<T>^ Types()
member Types : unit -> TypeConventionConfiguration<'T>  when 'T : not struct
JScript does not support generic types and methods.

类型参数

  • T
    此约定将适用于的实体类型或复杂类型。

返回值

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

请参阅

参考

DbModelBuilder 类

Types 重载

System.Data.Entity 命名空间