DbModelStore.GetDefaultSchema(Type) 方法

定义

获取模型使用的默认数据库架构。

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

参数

contextType
Type

表示模型的上下文类型。

返回

默认数据库架构。

适用于