Class NpgsqlDropDatabaseOperation
A PostgreSQL-specific
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 SourceName
The name of the database.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
See Database migrations.