Microsoft.EntityFrameworkCore.Query.ExpressionTranslators Namespace

Classes

MultipleOverloadStaticMethodCallTranslator

A base LINQ expression translator for CLR MethodCallExpression expressions that have multiple overloads.

ParameterlessInstanceMethodCallTranslator

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

RelationalCompositeExpressionFragmentTranslator

A composite expression fragment translator that dispatches to multiple specialized fragment translators.

RelationalCompositeExpressionFragmentTranslatorDependencies

Service dependencies parameter class for RelationalCompositeExpressionFragmentTranslator

This type is typically used by database providers (and other extensions). It is generally not used in application code.

Do not construct instances of this class directly from either provider or application code as the constructor signature may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

RelationalCompositeMemberTranslator

A base composite member translator that dispatches to multiple specialized member translators.

RelationalCompositeMemberTranslatorDependencies

Service dependencies parameter class for RelationalCompositeMemberTranslator

This type is typically used by database providers (and other extensions). It is generally not used in application code.

Do not construct instances of this class directly from either provider or application code as the constructor signature may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

RelationalCompositeMethodCallTranslator

A base composite method call translator that dispatches to multiple specialized method call translators.

RelationalCompositeMethodCallTranslatorDependencies

Service dependencies parameter class for RelationalCompositeMethodCallTranslator

This type is typically used by database providers (and other extensions). It is generally not used in application code.

Do not construct instances of this class directly from either provider or application code as the constructor signature may change as new dependencies are added. Instead, use this type in your constructor so that an instance will be created and injected automatically by the dependency injection container. To create an instance with some dependent services replaced, first resolve the object from the dependency injection container, then replace selected services using the 'With...' methods. Do not call the constructor at any point in this process.

SingleOverloadStaticMethodCallTranslator

A base LINQ expression translator for CLR MethodCallExpression expressions that are static and are not overloaded.

Interfaces

ICompositeMethodCallTranslator

A LINQ expression translator for CLR MethodCallExpression expressions.

IExpressionFragmentTranslator

A LINQ expression translator for arbitrary CLR expression fragments.

IMemberTranslator

A LINQ expression translator for CLR MemberExpression expressions.

IMemberTranslatorPlugin

Represents plugin member translators.

IMethodCallTranslator

A LINQ expression translator for CLR MethodCallExpression expressions.

IMethodCallTranslatorPlugin

Represents plugin method call translators.