共用方式為


RelationalCompositeExpressionFragmentTranslator 類別

定義

複合運算式片段翻譯工具,會分派給多個特製化片段翻譯工具。

public class RelationalCompositeExpressionFragmentTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IExpressionFragmentTranslator
type RelationalCompositeExpressionFragmentTranslator = class
    interface IExpressionFragmentTranslator
Public Class RelationalCompositeExpressionFragmentTranslator
Implements IExpressionFragmentTranslator
繼承
RelationalCompositeExpressionFragmentTranslator
實作

建構函式

RelationalCompositeExpressionFragmentTranslator()

複合運算式片段翻譯工具,會分派給多個特製化片段翻譯工具。

RelationalCompositeExpressionFragmentTranslator(RelationalCompositeExpressionFragmentTranslatorDependencies)

初始化這個類別的新實例。

方法

AddTranslators(IEnumerable<IExpressionFragmentTranslator>)

將其他翻譯工具新增至分派清單。

Translate(Expression)

轉譯指定的運算式。

適用於