OrderEntityTypeConfiguration 类

使用 fluent API 配置模型 可在派生上下文中替代 OnModelCreating 方法,并使用 Fluent API 来配置模型。 此配置方法最为有效,并可在不修改实体类的情况下指定配置。 Fluent API 配置具有最高优先级,并将替代约定和数据注释。 配置按调用方法的顺序应用,如果存在任何冲突,最新调用将替代以前指定的配置。

Definition

命名空间: Store.Domain.Entities
程序集: Store.Domain (在 Store.Domain.dll 中) 版本:1.0.0+da34681ad14ae486fe933af680210534c1c32406
C#
public class OrderEntityTypeConfiguration : IEntityTypeConfiguration
Inheritance
Object    OrderEntityTypeConfiguration
Implements
IEntityTypeConfiguration

构造函数

OrderEntityTypeConfiguration初始化 OrderEntityTypeConfiguration 类的一个新实例

方法

参见