Search Results for

    Show / Hide Table of Contents

    Class NpgsqlQueryableMethodTranslatingExpressionVisitorFactory

    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
    NpgsqlQueryableMethodTranslatingExpressionVisitorFactory
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public class NpgsqlQueryableMethodTranslatingExpressionVisitorFactory : IQueryableMethodTranslatingExpressionVisitorFactory

    Constructors

    | Improve this Doc View Source

    NpgsqlQueryableMethodTranslatingExpressionVisitorFactory(QueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryableMethodTranslatingExpressionVisitorDependencies)

    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 NpgsqlQueryableMethodTranslatingExpressionVisitorFactory(QueryableMethodTranslatingExpressionVisitorDependencies dependencies, RelationalQueryableMethodTranslatingExpressionVisitorDependencies relationalDependencies)
    Parameters
    Type Name Description
    QueryableMethodTranslatingExpressionVisitorDependencies dependencies
    RelationalQueryableMethodTranslatingExpressionVisitorDependencies relationalDependencies

    Properties

    | Improve this Doc View Source

    Dependencies

    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 virtual QueryableMethodTranslatingExpressionVisitorDependencies Dependencies { get; }
    Property Value
    Type Description
    QueryableMethodTranslatingExpressionVisitorDependencies
    | Improve this Doc View Source

    RelationalDependencies

    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 virtual RelationalQueryableMethodTranslatingExpressionVisitorDependencies RelationalDependencies { get; }
    Property Value
    Type Description
    RelationalQueryableMethodTranslatingExpressionVisitorDependencies

    Methods

    | Improve this Doc View Source

    Create(QueryCompilationContext)

    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 virtual QueryableMethodTranslatingExpressionVisitor Create(QueryCompilationContext queryCompilationContext)
    Parameters
    Type Name Description
    QueryCompilationContext queryCompilationContext
    Returns
    Type Description
    QueryableMethodTranslatingExpressionVisitor
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team