OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个简单的 API,用于配置 IMutableDbFunction 实体类型映射到的 。
public class OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity> : Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableValuedFunctionBuilder, Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>> where TOwnerEntity : class where TDependentEntity : class
type OwnedNavigationTableValuedFunctionBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)> = class
inherit OwnedNavigationTableValuedFunctionBuilder
interface IInfrastructure<OwnedNavigationBuilder<'OwnerEntity, 'DependentEntity>>
Public Class OwnedNavigationTableValuedFunctionBuilder(Of TOwnerEntity, TDependentEntity)
Inherits OwnedNavigationTableValuedFunctionBuilder
Implements IInfrastructure(Of OwnedNavigationBuilder(Of TOwnerEntity, TDependentEntity))
类型参数
- TOwnerEntity
拥有关系的实体类型。
- TDependentEntity
关系的依赖实体类型。
- 继承
-
OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>
- 实现
-
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>
构造函数
OwnedNavigationTableValuedFunctionBuilder<TOwnerEntity,TDependentEntity>(IMutableDbFunction, OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>) |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 |
属性
Builder |
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。 (继承自 DbFunctionBuilderBase) |
Metadata |
正在配置的函数。 (继承自 DbFunctionBuilderBase) |
方法
HasAnnotation(String, Object) |
在数据库函数上添加或更新批注。 如果具有 中指定的 |
HasName(String) |
设置数据库函数的名称。 |
HasParameter(String, Action<DbFunctionParameterBuilder>) |
返回一个 对象,该对象可用于配置具有给定名称的参数。 如果不存在具有给定名称的参数,则将添加新参数。 |
HasParameter(String) |
返回一个 对象,该对象可用于配置具有给定名称的参数。 如果不存在具有给定名称的参数,则将添加新参数。 (继承自 DbFunctionBuilderBase) |
HasSchema(String) |
设置数据库函数的架构。 |
IsBuiltIn(Boolean) |
标记数据库函数是否为内置函数。 |
显式接口实现
IInfrastructure<IConventionDbFunctionBuilder>.Instance |
获取隐藏的属性的值。 (继承自 DbFunctionBuilderBase) |
IInfrastructure<OwnedNavigationBuilder<TOwnerEntity,TDependentEntity>>.Instance |
提供一个简单的 API,用于配置 IMutableDbFunction 实体类型映射到的 。 |
IInfrastructure<OwnedNavigationBuilder>.Instance |
提供一个简单的 API,用于配置 IMutableDbFunction 实体类型映射到的 。 (继承自 OwnedNavigationTableValuedFunctionBuilder) |
扩展方法
GetInfrastructure<T>(IInfrastructure<T>) |
从使用 IInfrastructure<T>隐藏的属性中获取值。 此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。 |