RelationalQueryTranslationPostprocessor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that post-processes the translated query. This class allows to process the generated server query expression and the associated shaper expression.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class RelationalQueryTranslationPostprocessor : Microsoft.EntityFrameworkCore.Query.QueryTranslationPostprocessor
type RelationalQueryTranslationPostprocessor = class
inherit QueryTranslationPostprocessor
Public Class RelationalQueryTranslationPostprocessor
Inherits QueryTranslationPostprocessor
- Inheritance
Constructors
Properties
Dependencies |
Dependencies for this service. (Inherited from QueryTranslationPostprocessor) |
QueryCompilationContext |
The query compilation context object for current compilation. (Inherited from QueryTranslationPostprocessor) |
RelationalDependencies |
Relational provider-specific dependencies for this service. |
SqlExpressionFactory | |
UseRelationalNulls |
Methods
OptimizeSqlExpression(Expression) |
Obsolete.
Optimizes the SQL expression. |
Process(Expression) |
Applies postprocessing transformations to the translated query. |
Applies to
Entity Framework