DbModelBuilder.RegisterEntityType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将实体类型注册为模型的一部分。
public virtual void RegisterEntityType (Type entityType);
abstract member RegisterEntityType : Type -> unit
override this.RegisterEntityType : Type -> unit
Public Overridable Sub RegisterEntityType (entityType As Type)
参数
- entityType
- Type
要注册的类型。
注解
提供此方法是为了方便用户允许动态注册实体类型,而无需使用 MakeGenericMethod 来调用普通泛型 Entity 方法。 此方法不允许使用 Fluent API 进一步配置实体类型,因为这些 API 广泛使用泛型类型参数。