Search Results for

    Show / Hide Table of Contents

    Class NpgsqlSqlTranslatingExpressionVisitor

    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.

    Inheritance
    object
    NpgsqlSqlTranslatingExpressionVisitor
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public class NpgsqlSqlTranslatingExpressionVisitor : RelationalSqlTranslatingExpressionVisitor

    Constructors

    | Improve this Doc View Source

    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.

    Declaration
    public NpgsqlSqlTranslatingExpressionVisitor(RelationalSqlTranslatingExpressionVisitorDependencies dependencies, QueryCompilationContext queryCompilationContext, QueryableMethodTranslatingExpressionVisitor queryableMethodTranslatingExpressionVisitor)
    Parameters
    Type Name Description
    RelationalSqlTranslatingExpressionVisitorDependencies dependencies
    QueryCompilationContext queryCompilationContext
    QueryableMethodTranslatingExpressionVisitor queryableMethodTranslatingExpressionVisitor

    Methods

    | Improve this Doc View Source

    VisitBinary(BinaryExpression)

    Declaration
    protected override Expression VisitBinary(BinaryExpression binaryExpression)
    Parameters
    Type Name Description
    BinaryExpression binaryExpression
    Returns
    Type Description
    Expression
    | Improve this Doc View Source

    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.

    Declaration
    protected override Expression VisitMethodCall(MethodCallExpression methodCall)
    Parameters
    Type Name Description
    MethodCallExpression methodCall
    Returns
    Type Description
    Expression
    | Improve this Doc View Source

    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.

    Declaration
    protected override Expression VisitNew(NewExpression newExpression)
    Parameters
    Type Name Description
    NewExpression newExpression
    Returns
    Type Description
    Expression
    | Improve this Doc View Source

    VisitNewArray(NewArrayExpression)

    Declaration
    protected override Expression VisitNewArray(NewArrayExpression newArrayExpression)
    Parameters
    Type Name Description
    NewArrayExpression newArrayExpression
    Returns
    Type Description
    Expression
    | Improve this Doc View Source

    VisitUnary(UnaryExpression)

    Declaration
    protected override Expression VisitUnary(UnaryExpression unaryExpression)
    Parameters
    Type Name Description
    UnaryExpression unaryExpression
    Returns
    Type Description
    Expression
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team