RelationalCompositeMethodCallTranslator 类

定义

一个基本复合方法调用转换器,可调度到多个专用方法调用转换器。

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)

转换给定的方法调用表达式。

Translate(MethodCallExpression, IModel)

转换给定的方法调用表达式。

适用于