RelationalSqlTranslatingExpressionVisitorDependencies 类

定义

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

public sealed class RelationalSqlTranslatingExpressionVisitorDependencies
public sealed class RelationalSqlTranslatingExpressionVisitorDependencies : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies>
type RelationalSqlTranslatingExpressionVisitorDependencies = class
type RelationalSqlTranslatingExpressionVisitorDependencies = class
    interface IEquatable<RelationalSqlTranslatingExpressionVisitorDependencies>
Public NotInheritable Class RelationalSqlTranslatingExpressionVisitorDependencies
Public NotInheritable Class RelationalSqlTranslatingExpressionVisitorDependencies
Implements IEquatable(Of RelationalSqlTranslatingExpressionVisitorDependencies)
继承
RelationalSqlTranslatingExpressionVisitorDependencies
实现

注解

请勿直接从提供程序或应用程序代码构造此类的实例,因为构造函数签名可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请先解析依赖项注入容器中的 对象,然后使用 C# “with” 运算符替换所选服务。 请勿在此过程的任何时间点调用构造函数。

服务生存期为 Scoped。 这意味着每个 DbContext 实例都将使用此服务自己的实例。 实现可能依赖于使用任何生存期注册的其他服务。 实现不需要是线程安全的。

构造函数

RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IMemberTranslatorProvider, IMethodCallTranslatorProvider)

RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。

请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。

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

RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IModel, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider)

RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。

请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。

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

RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IModel, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider, IAggregateMethodCallTranslatorProvider)

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

RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider)

RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。

请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。

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

属性

AggregateMethodCallTranslatorProvider

聚合方法调用转换提供程序。

MemberTranslatorProvider

成员转换提供程序。

MethodCallTranslatorProvider

标量方法调用转换提供程序。

Model

模型。

SqlExpressionFactory

表达式工厂。

TypeMappingSource

关系类型映射源。

方法

<Clone>$()

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

Equals(Object)

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

Equals(RelationalSqlTranslatingExpressionVisitorDependencies)

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

GetHashCode()

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

ToString()

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

With(IMemberTranslatorProvider)

克隆此依赖项参数对象,并替换了一个服务。

With(IMethodCallTranslatorProvider)

克隆此依赖项参数对象,并替换了一个服务。

With(IRelationalTypeMappingSource)

克隆此依赖项参数对象,并替换了一个服务。

With(ISqlExpressionFactory)

克隆此依赖项参数对象,并替换了一个服务。

运算符

Equality(RelationalSqlTranslatingExpressionVisitorDependencies, RelationalSqlTranslatingExpressionVisitorDependencies)

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

Inequality(RelationalSqlTranslatingExpressionVisitorDependencies, RelationalSqlTranslatingExpressionVisitorDependencies)

的服务依赖项参数类 RelationalSqlTranslatingExpressionVisitorFactory

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

适用于