OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个简单的 API,用于配置 IMutableStoredProcedure 实体类型映射到的 。
public class OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationStoredProcedureBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationStoredProcedureBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
inherit OwnedNavigationStoredProcedureBuilder
interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationStoredProcedureBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationStoredProcedureBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))
类型参数
- TOwnerEntity
拥有关系的实体类型。
- TDependentEntity
关系的依赖实体类型。
- 继承
-
OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>
- 实现
-
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>
构造函数
OwnedNavigationStoredProcedureBuilder<TOwnerEntity,TDependentEntity>(IMutableStoredProcedure, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 |
属性
Builder |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 (继承自 OwnedNavigationStoredProcedureBuilder) |
Metadata |
正在配置的存储过程。 (继承自 OwnedNavigationStoredProcedureBuilder) |
方法
显式接口实现
IInfrastructure<IConventionStoredProcedureBuilder>.Instance |
获取隐藏的属性的值。 (继承自 OwnedNavigationStoredProcedureBuilder) |
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance |
提供一个简单的 API,用于配置 IMutableStoredProcedure 实体类型映射到的 。 |
IInfrastructure<OwnedNavigationBuilder>.Instance |
提供一个简单的 API,用于配置 IMutableStoredProcedure 实体类型映射到的 。 (继承自 OwnedNavigationStoredProcedureBuilder) |
扩展方法
GetInfrastructure<T>(IInfrastructure<T>) |
从使用 IInfrastructure<T>隐藏的属性获取值。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。 |