Table of Contents

Class NpgsqlParameterBasedSqlProcessor

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.dll

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public class NpgsqlParameterBasedSqlProcessor : RelationalParameterBasedSqlProcessor
Inheritance
NpgsqlParameterBasedSqlProcessor
Inherited Members

Constructors

NpgsqlParameterBasedSqlProcessor(RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public NpgsqlParameterBasedSqlProcessor(RelationalParameterBasedSqlProcessorDependencies dependencies, RelationalParameterBasedSqlProcessorParameters parameters)

Parameters

dependencies RelationalParameterBasedSqlProcessorDependencies
parameters RelationalParameterBasedSqlProcessorParameters

Methods

Process(Expression, ParametersCacheDecorator)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public override Expression Process(Expression queryExpression, ParametersCacheDecorator parametersDecorator)

Parameters

queryExpression Expression
parametersDecorator ParametersCacheDecorator

Returns

Expression

ProcessSqlNullability(Expression, ParametersCacheDecorator)

Processes the query expression based on nullability of nodes to apply null semantics in use and optimize it for given parameter values.

protected override Expression ProcessSqlNullability(Expression selectExpression, ParametersCacheDecorator parametersDecorator)

Parameters

selectExpression Expression
parametersDecorator ParametersCacheDecorator

Returns

Expression

A processed query expression.