DbModelBuilder.HasDefaultSchema Method (String)
Configures the default database schema name. This default database schema name is used for database objects that do not have an explicitly configured schema name.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- schema
-
Type:
System.String
The name of the default database schema.
Return Value
Type: System.Data.Entity.DbModelBuilderThe same DbModelBuilder instance so that multiple calls can be chained.