DropPrimaryKeyOperation.CreateTableOperation Property

 

Used when altering the migrations history table so that the table can be rebuilt rather than just dropping and adding the primary key.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public CreateTableOperation CreateTableOperation {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
}

Property Value

Type: System.Data.Entity.Migrations.Model.CreateTableOperation

The create table operation for the migrations history table.