Search Results for

    Show / Hide Table of Contents

    Class NpgsqlQueryTranslationPostprocessorFactory

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

    Constructors

    | Improve this Doc View Source

    NpgsqlQueryTranslationPostprocessorFactory(QueryTranslationPostprocessorDependencies, RelationalQueryTranslationPostprocessorDependencies)

    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 NpgsqlQueryTranslationPostprocessorFactory(QueryTranslationPostprocessorDependencies dependencies, RelationalQueryTranslationPostprocessorDependencies relationalDependencies)
    Parameters
    Type Name Description
    QueryTranslationPostprocessorDependencies dependencies
    RelationalQueryTranslationPostprocessorDependencies relationalDependencies

    Properties

    | Improve this Doc View Source

    Dependencies

    Dependencies for this service.

    Declaration
    protected virtual QueryTranslationPostprocessorDependencies Dependencies { get; }
    Property Value
    Type Description
    QueryTranslationPostprocessorDependencies
    | Improve this Doc View Source

    RelationalDependencies

    Relational provider-specific dependencies for this service.

    Declaration
    protected virtual RelationalQueryTranslationPostprocessorDependencies RelationalDependencies { get; }
    Property Value
    Type Description
    RelationalQueryTranslationPostprocessorDependencies

    Methods

    | Improve this Doc View Source

    Create(QueryCompilationContext)

    Declaration
    public virtual QueryTranslationPostprocessor Create(QueryCompilationContext queryCompilationContext)
    Parameters
    Type Name Description
    QueryCompilationContext queryCompilationContext
    Returns
    Type Description
    QueryTranslationPostprocessor
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team