DbModelStore.GetDefaultSchema(Type) Method

Definition

Gets the default database schema used by a model.

protected virtual string GetDefaultSchema (Type contextType);
abstract member GetDefaultSchema : Type -> string
override this.GetDefaultSchema : Type -> string
Protected Overridable Function GetDefaultSchema (contextType As Type) As String

Parameters

contextType
Type

The type of context representing the model.

Returns

The default database schema.

Applies to