SingleOverloadStaticMethodCallTranslator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于静态且不重载的 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) |
转换给定的方法调用表达式。 |