RelationalSqlTranslatingExpressionVisitorDependencies 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IMemberTranslatorProvider, IMethodCallTranslatorProvider) |
为 RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。 请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。 这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。 |
RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IRelationalTypeMappingSource, 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, IMemberTranslatorProvider, IMethodCallTranslatorProvider)
为 RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。
请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public RelationalSqlTranslatingExpressionVisitorDependencies (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory, Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider memberTranslatorProvider, Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider methodCallTranslatorProvider);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory * Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider * Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Sub New (sqlExpressionFactory As ISqlExpressionFactory, memberTranslatorProvider As IMemberTranslatorProvider, methodCallTranslatorProvider As IMethodCallTranslatorProvider)
参数
- sqlExpressionFactory
- ISqlExpressionFactory
- memberTranslatorProvider
- IMemberTranslatorProvider
- methodCallTranslatorProvider
- IMethodCallTranslatorProvider
- 属性
适用于
RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider)
为 RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。
请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public RelationalSqlTranslatingExpressionVisitorDependencies (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory, Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider memberTranslatorProvider, Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider methodCallTranslatorProvider);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory * Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource * Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider * Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Sub New (sqlExpressionFactory As ISqlExpressionFactory, typeMappingSource As IRelationalTypeMappingSource, memberTranslatorProvider As IMemberTranslatorProvider, methodCallTranslatorProvider As IMethodCallTranslatorProvider)
参数
- sqlExpressionFactory
- ISqlExpressionFactory
- typeMappingSource
- IRelationalTypeMappingSource
- memberTranslatorProvider
- IMemberTranslatorProvider
- methodCallTranslatorProvider
- IMethodCallTranslatorProvider
- 属性
适用于
RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IModel, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider)
为 RelationalSqlTranslatingExpressionVisitorFactory创建服务依赖项参数对象。
请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请首先解析依赖项注入容器中的 对象,然后使用“With...”替换所选服务方法。 请勿在此过程的任何时间点调用构造函数。
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public RelationalSqlTranslatingExpressionVisitorDependencies (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider memberTranslatorProvider, Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider methodCallTranslatorProvider);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource * Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider * Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Sub New (sqlExpressionFactory As ISqlExpressionFactory, model As IModel, typeMappingSource As IRelationalTypeMappingSource, memberTranslatorProvider As IMemberTranslatorProvider, methodCallTranslatorProvider As IMethodCallTranslatorProvider)
参数
- sqlExpressionFactory
- ISqlExpressionFactory
- model
- IModel
- typeMappingSource
- IRelationalTypeMappingSource
- memberTranslatorProvider
- IMemberTranslatorProvider
- methodCallTranslatorProvider
- IMethodCallTranslatorProvider
- 属性
适用于
RelationalSqlTranslatingExpressionVisitorDependencies(ISqlExpressionFactory, IModel, IRelationalTypeMappingSource, IMemberTranslatorProvider, IMethodCallTranslatorProvider, IAggregateMethodCallTranslatorProvider)
这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,而无需通知。 仅应在代码中非常谨慎地直接使用它,并且知道在更新到新的 Entity Framework Core 版本时这样做可能会导致应用程序失败。
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public RelationalSqlTranslatingExpressionVisitorDependencies (Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory sqlExpressionFactory, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource typeMappingSource, Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider memberTranslatorProvider, Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider methodCallTranslatorProvider, Microsoft.EntityFrameworkCore.Query.IAggregateMethodCallTranslatorProvider aggregateMethodCallTranslatorProvider);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies : Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource * Microsoft.EntityFrameworkCore.Query.IMemberTranslatorProvider * Microsoft.EntityFrameworkCore.Query.IMethodCallTranslatorProvider * Microsoft.EntityFrameworkCore.Query.IAggregateMethodCallTranslatorProvider -> Microsoft.EntityFrameworkCore.Query.RelationalSqlTranslatingExpressionVisitorDependencies
Public Sub New (sqlExpressionFactory As ISqlExpressionFactory, model As IModel, typeMappingSource As IRelationalTypeMappingSource, memberTranslatorProvider As IMemberTranslatorProvider, methodCallTranslatorProvider As IMethodCallTranslatorProvider, aggregateMethodCallTranslatorProvider As IAggregateMethodCallTranslatorProvider)
参数
- sqlExpressionFactory
- ISqlExpressionFactory
- model
- IModel
- typeMappingSource
- IRelationalTypeMappingSource
- memberTranslatorProvider
- IMemberTranslatorProvider
- methodCallTranslatorProvider
- IMethodCallTranslatorProvider
- aggregateMethodCallTranslatorProvider
- IAggregateMethodCallTranslatorProvider
- 属性
注解
请勿直接从提供程序或应用程序代码调用此构造函数,因为它可能会随着新依赖项的添加而更改。 相反,请在构造函数中使用此类型,以便由依赖项注入容器自动创建和注入实例。 若要创建替换了某些依赖服务的实例,请先解析依赖项注入容器中的 对象,然后使用 C# “with” 运算符替换所选服务。 请勿在此过程的任何时间点调用构造函数。