SingleOverloadStaticMethodCallTranslator 类

定义

用于静态且不重载的 CLR MethodCallExpression 表达式的基本 LINQ 表达式翻译器。

public abstract class SingleOverloadStaticMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
type SingleOverloadStaticMethodCallTranslator = class
    interface IMethodCallTranslator
Public MustInherit Class SingleOverloadStaticMethodCallTranslator
Implements IMethodCallTranslator
继承
SingleOverloadStaticMethodCallTranslator
实现

构造函数

SingleOverloadStaticMethodCallTranslator(Type, String, String)

专用构造函数,仅供派生类使用。

方法

Translate(MethodCallExpression)

转换给定的方法调用表达式。

适用于