Share via


HistoryRepository.GetCreateCommands Method

Definition

Returns the migration commands that will create the history table.

protected virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand> GetCreateCommands ();
abstract member GetCreateCommands : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
override this.GetCreateCommands : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.MigrationCommand>
Protected Overridable Function GetCreateCommands () As IReadOnlyList(Of MigrationCommand)

Returns

The migration commands that will create the history table.

Applies to