Search Results for

    Show / Hide Table of Contents

    Class NpgsqlAlterDatabaseOperationExtensions

    Extension methods for for Npgsql-specific metadata.

    Inheritance
    object
    NpgsqlAlterDatabaseOperationExtensions
    Namespace: Microsoft.EntityFrameworkCore
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public static class NpgsqlAlterDatabaseOperationExtensions

    Methods

    | Improve this Doc View Source

    GetOldPostgresCollations(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresCollation> GetOldPostgresCollations(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresCollation>
    | Improve this Doc View Source

    GetOldPostgresEnums(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresEnum> GetOldPostgresEnums(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresEnum>
    | Improve this Doc View Source

    GetOldPostgresExtensions(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresExtension> GetOldPostgresExtensions(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresExtension>
    | Improve this Doc View Source

    GetOldPostgresRanges(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresRange> GetOldPostgresRanges(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresRange>
    | Improve this Doc View Source

    GetOrAddPostgresExtension(AlterDatabaseOperation, string?, string, string?)

    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 static PostgresExtension GetOrAddPostgresExtension(this AlterDatabaseOperation operation, string? schema, string name, string? version)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    string? schema
    string name
    string? version
    Returns
    Type Description
    PostgresExtension
    | Improve this Doc View Source

    GetPostgresCollations(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresCollation> GetPostgresCollations(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresCollation>
    | Improve this Doc View Source

    GetPostgresEnums(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresEnum> GetPostgresEnums(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresEnum>
    | Improve this Doc View Source

    GetPostgresExtensions(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresExtension> GetPostgresExtensions(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresExtension>
    | Improve this Doc View Source

    GetPostgresRanges(AlterDatabaseOperation)

    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 static IReadOnlyList<PostgresRange> GetPostgresRanges(this AlterDatabaseOperation operation)
    Parameters
    Type Name Description
    AlterDatabaseOperation operation
    Returns
    Type Description
    IReadOnlyList<><PostgresRange>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team