Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HistoryContext::DefaultSchema Property

Entity Framework 6.0
 

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:
property String^ DefaultSchema {
	String^ get();
}

Property Value

Type: System::String^
Return to top
Show: