SingleOverloadStaticMethodCallTranslator Classe

Définition

Traducteur d’expressions LINQ de base pour les expressions CLR MethodCallExpression qui sont statiques et ne sont pas surchargées.

public abstract class SingleOverloadStaticMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
type SingleOverloadStaticMethodCallTranslator = class
    interface IMethodCallTranslator
Public MustInherit Class SingleOverloadStaticMethodCallTranslator
Implements IMethodCallTranslator
Héritage
SingleOverloadStaticMethodCallTranslator
Implémente

Constructeurs

SingleOverloadStaticMethodCallTranslator(Type, String, String)

Constructeur spécialisé pour une utilisation uniquement par la classe dérivée.

Méthodes

Translate(MethodCallExpression)

Traduit l’expression d’appel de méthode donnée.

S’applique à