OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。
public class OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
inherit OwnedNavigationTableBuilder
interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationTableBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationTableBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))
类型参数
- TOwnerEntity
拥有关系的实体类型。
- TDependentEntity
关系的依赖实体类型。
- 继承
- 实现
-
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>
构造函数
OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity>(Nullable<StoreObjectIdentifier>, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 |
属性
Metadata |
要配置的实体类型。 (继承自 OwnedNavigationTableBuilder) |
Name |
指定的表名称。 (继承自 OwnedNavigationTableBuilder) |
Schema |
指定的表架构。 (继承自 OwnedNavigationTableBuilder) |
StoreObject |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 (继承自 OwnedNavigationTableBuilder) |
方法
ExcludeFromMigrations(Boolean) |
将表配置为由迁移忽略。 |
GetStoreObjectIdentifier() |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 (继承自 OwnedNavigationTableBuilder) |
HasCheckConstraint(String, String) |
在面向关系数据库时配置数据库检查约束。 (继承自 OwnedNavigationTableBuilder) |
HasComment(String) |
配置要应用于表的注释 |
HasTrigger(String) |
在表上配置数据库触发器。 (继承自 OwnedNavigationTableBuilder) |
Property(String) |
将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。 (继承自 OwnedNavigationTableBuilder) |
Property<TProperty>(Expression<Func<TDependentEntity,TProperty>>) |
将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。 |
Property<TProperty>(String) |
将 属性映射到当前表上的列,并返回一个 对象,如果该属性映射到多个表,则该对象可用于提供特定于表的配置。 (继承自 OwnedNavigationTableBuilder) |
显式接口实现
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance |
此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。 |
IInfrastructure<OwnedNavigationBuilder>.Instance |
此类的实例在使用 API 时从方法中返回, ModelBuilder 它不是在应用程序代码中直接构造的。 (继承自 OwnedNavigationTableBuilder) |