PropertyBuilder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于配置 的 IMutableProperty简单 API。
public class PropertyBuilder : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.IMutableModel>, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder>
public class PropertyBuilder : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder>
public class PropertyBuilder : Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder>
type PropertyBuilder = class
interface IInfrastructure<IMutableModel>
interface IInfrastructure<InternalPropertyBuilder>
type PropertyBuilder = class
interface IInfrastructure<InternalPropertyBuilder>
type PropertyBuilder = class
interface IInfrastructure<IConventionPropertyBuilder>
Public Class PropertyBuilder
Implements IInfrastructure(Of IMutableModel), IInfrastructure(Of InternalPropertyBuilder)
Public Class PropertyBuilder
Implements IInfrastructure(Of InternalPropertyBuilder)
Public Class PropertyBuilder
Implements IInfrastructure(Of IConventionPropertyBuilder)
- 继承
-
PropertyBuilder
- 派生
- 实现
-
IInfrastructure<IMutableModel> IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder> IInfrastructure<IConventionPropertyBuilder>
注解
此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。
有关详细信息和示例,请参阅 为实体类型和关系建模 。
构造函数
PropertyBuilder(IMutableProperty) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
PropertyBuilder(InternalPropertyBuilder) |
此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。 |
属性
Metadata |
正在配置的属性。 |
方法
显式接口实现
IInfrastructure<IConventionPropertyBuilder>.Instance |
用于配置属性的内部生成器。 |
IInfrastructure<IMutableModel>.Instance |
属性所属的模型。 |
IInfrastructure<InternalPropertyBuilder>.Instance |
用于配置属性的内部生成器。 |