IndexOperation Class
Entity Framework 5.0
Common base class for operations affecting indexes.
System.Object
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.CreateIndexOperation
System.Data.Entity.Migrations.Model.DropIndexOperation
System.Data.Entity.Migrations.Model.MigrationOperation
System.Data.Entity.Migrations.Model.IndexOperation
System.Data.Entity.Migrations.Model.CreateIndexOperation
System.Data.Entity.Migrations.Model.DropIndexOperation
Namespace: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
The IndexOperation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnonymousArguments | Gets additional arguments that may be processed by providers. (Inherited from MigrationOperation.) |
![]() | Columns | Gets or sets the columns that are indexed. |
![]() | HasDefaultName | Gets a value indicating if a specific name has been supplied for this index. |
![]() | Inverse | Gets an operation that will revert this operation. (Inherited from MigrationOperation.) |
![]() | IsDestructiveChange | Gets a value indicating if this operation may result in data loss. (Inherited from MigrationOperation.) |
![]() | Name | Gets or sets the name of this index. If no name is supplied, a default name will be calculated. |
![]() | Table | Gets or sets the table the index belongs to. |
Show:
