RelationalCompositeMethodCallTranslator Klasa

Definicja

Podstawowe wywołanie metody złożonej translatora, który wysyła do wielu wyspecjalizowanych tłumaczy wywołań metod.

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
Dziedziczenie
RelationalCompositeMethodCallTranslator
Implementuje

Konstruktory

RelationalCompositeMethodCallTranslator(ILogger)

Wyspecjalizowany konstruktor do użytku tylko przez klasę pochodną.

RelationalCompositeMethodCallTranslator(RelationalCompositeMethodCallTranslatorDependencies)

Inicjuje nowe wystąpienie tej klasy.

Właściwości

Dependencies

Obiekt parametru zawierający zależności usługi.

Metody

AddTranslators(IEnumerable<IMethodCallTranslator>)

Dodaje dodatkowe translatory do listy wysyłania.

Translate(MethodCallExpression)

Tłumaczy podane wyrażenie wywołania metody.

Translate(MethodCallExpression, IModel)

Tłumaczy podane wyrażenie wywołania metody.

Dotyczy