RelationalModelExtensions.GetDefaultSchema メソッド

定義

オーバーロード

GetDefaultSchema(IModel)

モデルに使用する既定のスキーマを返します。何 null も設定されていない場合は を返します。

GetDefaultSchema(IReadOnlyModel)

モデルに使用する既定のスキーマを返します。何 null も設定されていない場合は を返します。

GetDefaultSchema(IModel)

モデルに使用する既定のスキーマを返します。何 null も設定されていない場合は を返します。

public static string GetDefaultSchema (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetDefaultSchema : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetDefaultSchema (model As IModel) As String

パラメーター

model
IModel

既定のスキーマを取得するモデル。

戻り値

既定のスキーマ。

適用対象

GetDefaultSchema(IReadOnlyModel)

モデルに使用する既定のスキーマを返します。何 null も設定されていない場合は を返します。

public static string? GetDefaultSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetDefaultSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetDefaultSchema (model As IReadOnlyModel) As String

パラメーター

model
IReadOnlyModel

既定のスキーマを取得するモデル。

戻り値

既定のスキーマ。

適用対象