DbModelStore.GetDefaultSchema(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取模型使用的默认数据库架构。
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
表示模型的上下文类型。
返回
默认数据库架构。