Search Results for

    Show / Hide Table of Contents

    Class NpgsqlDropDatabaseOperation

    A PostgreSQL-specific to drop a database.

    Inheritance
    object
    NpgsqlDropDatabaseOperation
    Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations
    Assembly: Npgsql.EntityFrameworkCore.PostgreSQL.dll
    Syntax
    public class NpgsqlDropDatabaseOperation : MigrationOperation
    Remarks

    See Database migrations.

    Properties

    | Improve this Doc View Source

    Name

    The name of the database.

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    string
    Remarks

    See Database migrations.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team