RelationalCompositeMethodCallTranslator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个基本复合方法调用转换器,可调度到多个专用方法调用转换器。
public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ICompositeMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
interface IMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
interface ICompositeMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements IMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements ICompositeMethodCallTranslator
- 继承
-
RelationalCompositeMethodCallTranslator
- 实现
构造函数
RelationalCompositeMethodCallTranslator(ILogger) |
专用构造函数,仅供派生类使用。 |
RelationalCompositeMethodCallTranslator(RelationalCompositeMethodCallTranslatorDependencies) |
初始化此类的新实例。 |
属性
Dependencies |
包含服务依赖项的参数对象。 |
方法
AddTranslators(IEnumerable<IMethodCallTranslator>) |
将其他翻译器添加到调度列表。 |
Translate(MethodCallExpression, IModel) |
转换给定的方法调用表达式。 |
Translate(MethodCallExpression) |
转换给定的方法调用表达式。 |