Class NpgsqlDropDatabaseOperation
- 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
See Database migrations.
Properties
Name
The name of the database.
public virtual string Name { get; set; }