Class DropTableOperation
- Namespace
- Microsoft.EntityFrameworkCore.Migrations.Operations
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
A MigrationOperation for dropping an existing table.
public class DropTableOperation : MigrationOperation, ITableMigrationOperation
- Inheritance
-
DropTableOperation
- Implements
- Inherited Members
Constructors
DropTableOperation()
Creates a new DropTableOperation.
public DropTableOperation()
Properties
Name
The name of the table.
public virtual string Name { get; set; }
Property Value
Schema
The schema that contains the table, or null if the default schema should be used.
public virtual string Schema { get; set; }