共用方式為


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)

轉譯指定的方法呼叫運算式。

適用於