DropIndexOperation Class
Entity Framework 5.0
Represents dropping an existing index.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.DropIndexOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.DropIndexOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The DropIndexOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DropIndexOperation(Object) | Initializes a new instance of the DropIndexOperation class. |
![]() | DropIndexOperation(CreateIndexOperation, Object) | Initializes a new instance of the DropIndexOperation class. |
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Columns | Gets or sets the columns that are indexed. (Inherited from IndexOperation.) |
![]() | HasDefaultName | Gets a value indicating if a specific name has been supplied for this index. (Inherited from IndexOperation.) |
![]() | Inverse | Gets an operation that represents reverting dropping the index. The inverse cannot be automatically calculated, if it was not supplied to the constructor this property will return null. (Overrides MigrationOperation.Inverse.) |
![]() | IsDestructiveChange | Gets a value indicating whether a change is destructive. (Overrides MigrationOperation.IsDestructiveChange.) |
![]() | Name | Gets or sets the name of this index. If no name is supplied, a default name will be calculated. (Inherited from IndexOperation.) |
![]() | Table | Gets or sets the table the index belongs to. (Inherited from IndexOperation.) |
Show:
