MoveTableOperation.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.
Assembly: EntityFramework (in EntityFramework.dll)
public CreateTableOperation CreateTableOperation { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] internal set; }
Property Value
Type: System.Data.Entity.Migrations.Model.CreateTableOperationThe create table operation for the migrations history table.