EntityContext.Schema Property

Definition

Gets or sets the default database schema name. This default database schema name is used for database objects that do not have an explicitly configured schema name. If the schema name is null or empty then a default schema name is derived from the service name.

protected string Schema { get; set; }
member this.Schema : string with get, set
Protected Property Schema As String

Property Value

Applies to