Udostępnij za pośrednictwem


SingleOverloadStaticMethodCallTranslator Klasa

Definicja

Podstawowy translator wyrażeń LINQ dla wyrażeń CLR MethodCallExpression , które są statyczne i nie są przeciążone.

public abstract class SingleOverloadStaticMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
type SingleOverloadStaticMethodCallTranslator = class
    interface IMethodCallTranslator
Public MustInherit Class SingleOverloadStaticMethodCallTranslator
Implements IMethodCallTranslator
Dziedziczenie
SingleOverloadStaticMethodCallTranslator
Implementuje

Konstruktory

SingleOverloadStaticMethodCallTranslator(Type, String, String)

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

Metody

Translate(MethodCallExpression)

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

Dotyczy