PropertyBuilder 构造函数

定义

重载

PropertyBuilder(IMutableProperty)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。

PropertyBuilder(InternalPropertyBuilder)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

PropertyBuilder(IMutableProperty)

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public PropertyBuilder (Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
Public Sub New (property As IMutableProperty)

参数

property
IMutableProperty
属性

适用于

PropertyBuilder(InternalPropertyBuilder)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

public PropertyBuilder (Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder builder);
new Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder : Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
Public Sub New (builder As InternalPropertyBuilder)

参数

builder
Microsoft.EntityFrameworkCore.Metadata.Internal.InternalPropertyBuilder

适用于