Table of Contents

Class NpgsqlDropDatabaseOperation

Namespace
Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations
Assembly
Npgsql.EntityFrameworkCore.PostgreSQL.dll

A PostgreSQL-specific MigrationOperation to drop a database.

public class NpgsqlDropDatabaseOperation : MigrationOperation, IAnnotatable, IMutableAnnotatable, IReadOnlyAnnotatable
Inheritance
NpgsqlDropDatabaseOperation
Implements
Inherited Members

Remarks

Properties

Name

The name of the database.

public virtual string Name { get; set; }

Property Value

string