ParameterlessInstanceMethodCallTranslator Class

Definition

A base LINQ expression translator for CLR MethodCallExpression expressions that are instance methods and do not take arguments.

public abstract class ParameterlessInstanceMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
type ParameterlessInstanceMethodCallTranslator = class
    interface IMethodCallTranslator
Public MustInherit Class ParameterlessInstanceMethodCallTranslator
Implements IMethodCallTranslator
Inheritance
ParameterlessInstanceMethodCallTranslator
Implements

Constructors

ParameterlessInstanceMethodCallTranslator(Type, String, String)

Specialized constructor for use only by derived class.

Methods

Translate(MethodCallExpression)

Translates the given method call expression.

Applies to