OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity> 类

定义

此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。

public class OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationSplitTableBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationSplitTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
    inherit OwnedNavigationSplitTableBuilder
    interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationSplitTableBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationSplitTableBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))

类型参数

TOwnerEntity

拥有关系的实体类型。

TDependentEntity

关系的依赖实体类型。

继承
OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity>
实现
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>

构造函数

OwnedNavigationSplitTableBuilder<TOwnerEntity,TDependentEntity>(StoreObjectIdentifier, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>)

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

属性

InternalMappingFragment

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

(继承自 OwnedNavigationSplitTableBuilder)
MappingFragment

正在配置的映射片段。

(继承自 OwnedNavigationSplitTableBuilder)
Metadata

要配置的实体类型。

(继承自 OwnedNavigationSplitTableBuilder)
Name

指定的表名称。

(继承自 OwnedNavigationSplitTableBuilder)
Schema

指定的表架构。

(继承自 OwnedNavigationSplitTableBuilder)

方法

ExcludeFromMigrations(Boolean)

将表配置为由迁移忽略。

HasAnnotation(String, Object)

在表上添加或更新批注。 如果已存在具有中 annotation 指定键的注释,则其值将更新。

HasTrigger(String)

在表上配置数据库触发器。

(继承自 OwnedNavigationSplitTableBuilder)
Property(String)

将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。

(继承自 OwnedNavigationSplitTableBuilder)
Property<TProperty>(Expression<Func<TDependentEntity,TProperty>>)

将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。

Property<TProperty>(String)

将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。

(继承自 OwnedNavigationSplitTableBuilder)

显式接口实现

IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance

此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。

IInfrastructure<OwnedNavigationBuilder>.Instance

此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。

(继承自 OwnedNavigationSplitTableBuilder)

扩展方法

GetInfrastructure<T>(IInfrastructure<T>)

从使用 IInfrastructure<T>隐藏的属性获取值。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

适用于