Class DropIndexOperation
- Namespace
- Microsoft.EntityFrameworkCore.Migrations.Operations
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
A MigrationOperation for dropping an existing index.
public class DropIndexOperation : MigrationOperation, ITableMigrationOperation
- Inheritance
-
DropIndexOperation
- Implements
- Inherited Members
Constructors
DropIndexOperation()
public DropIndexOperation()
Properties
Name
The name of the index.
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; }
Property Value
Table
The table that contains the index.
public virtual string Table { get; set; }