HistoryContext.DefaultSchema Property

 

Gets the default schema of the model being migrated. This schema will be used for the migrations history table unless a different schema is configured in OnModelCreating.

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

protected string DefaultSchema { get; }

Property Value

Type: System.String