Поделиться через


RelationalOptionsExtension.WithMigrationsHistoryTableSchema(String) Метод

Определение

Создает новый экземпляр со всеми параметрами, теми же, что и для этого экземпляра, но с измененным параметром. Этот метод обычно вызывается напрямую. Вместо него используйте DbContextOptionsBuilder.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableSchema (string migrationsHistoryTableSchema);
public virtual Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension WithMigrationsHistoryTableSchema (string? migrationsHistoryTableSchema);
abstract member WithMigrationsHistoryTableSchema : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
override this.WithMigrationsHistoryTableSchema : string -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Public Overridable Function WithMigrationsHistoryTableSchema (migrationsHistoryTableSchema As String) As RelationalOptionsExtension

Параметры

migrationsHistoryTableSchema
String

Параметр для изменения.

Возвращаемое значение

Новый экземпляр с измененным параметром .

Применяется к