Class NpgsqlSqlTranslatingExpressionVisitor
- 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 NpgsqlSqlTranslatingExpressionVisitor : RelationalSqlTranslatingExpressionVisitor
- Inheritance
-
NpgsqlSqlTranslatingExpressionVisitor
- Inherited Members
Constructors
NpgsqlSqlTranslatingExpressionVisitor(RelationalSqlTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryableMethodTranslatingExpressionVisitor)
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 NpgsqlSqlTranslatingExpressionVisitor(RelationalSqlTranslatingExpressionVisitorDependencies dependencies, QueryCompilationContext queryCompilationContext, QueryableMethodTranslatingExpressionVisitor queryableMethodTranslatingExpressionVisitor)
Parameters
dependenciesRelationalSqlTranslatingExpressionVisitorDependenciesqueryCompilationContextQueryCompilationContextqueryableMethodTranslatingExpressionVisitorQueryableMethodTranslatingExpressionVisitor
Methods
ConstructLikePatternParameter(QueryContext, string, StartsEndsWithContains)
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 static string? ConstructLikePatternParameter(QueryContext queryContext, string baseParameterName, NpgsqlSqlTranslatingExpressionVisitor.StartsEndsWithContains methodType)
Parameters
queryContextQueryContextbaseParameterNamestringmethodTypeNpgsqlSqlTranslatingExpressionVisitor.StartsEndsWithContains
Returns
GenerateGreatest(IReadOnlyList<SqlExpression>, Type)
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 SqlExpression GenerateGreatest(IReadOnlyList<SqlExpression> expressions, Type resultType)
Parameters
expressionsIReadOnlyList<SqlExpression>resultTypeType
Returns
GenerateLeast(IReadOnlyList<SqlExpression>, Type)
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 SqlExpression GenerateLeast(IReadOnlyList<SqlExpression> expressions, Type resultType)
Parameters
expressionsIReadOnlyList<SqlExpression>resultTypeType
Returns
VisitBinary(BinaryExpression)
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.
protected override Expression VisitBinary(BinaryExpression binaryExpression)
Parameters
binaryExpressionBinaryExpression
Returns
VisitMethodCall(MethodCallExpression)
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.
protected override Expression VisitMethodCall(MethodCallExpression methodCallExpression)
Parameters
methodCallExpressionMethodCallExpression
Returns
VisitNew(NewExpression)
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.
protected override Expression VisitNew(NewExpression newExpression)
Parameters
newExpressionNewExpression
Returns
VisitNewArray(NewArrayExpression)
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.
protected override Expression VisitNewArray(NewArrayExpression newArrayExpression)
Parameters
newArrayExpressionNewArrayExpression
Returns
VisitUnary(UnaryExpression)
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.
protected override Expression VisitUnary(UnaryExpression unaryExpression)
Parameters
unaryExpressionUnaryExpression