Share via


RelationalOptionsExtension.MigrationsHistoryTableSchema Property

Definition

The schema to use for the migrations history table, or null if none has been set.

public virtual string MigrationsHistoryTableSchema { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public virtual string? MigrationsHistoryTableSchema { get; }
public virtual string MigrationsHistoryTableSchema { get; }
public virtual string? MigrationsHistoryTableSchema { get; }
member this.MigrationsHistoryTableSchema : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.MigrationsHistoryTableSchema : string
member this.MigrationsHistoryTableSchema : string
Public Overridable Property MigrationsHistoryTableSchema As String
Public Overridable ReadOnly Property MigrationsHistoryTableSchema As String

Property Value

Attributes

Applies to