次の方法で共有


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

モデルを表すコンテキストの種類。

戻り値

既定のデータベース スキーマ。

適用対象