SqlServerModelExtensions.GetPerformanceLevelSql メソッド

定義

オーバーロード

GetPerformanceLevelSql(IModel)

データベースのパフォーマンス レベルを返します。

GetPerformanceLevelSql(IReadOnlyModel)

データベースのパフォーマンス レベルを返します。

GetPerformanceLevelSql(IModel)

データベースのパフォーマンス レベルを返します。

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

パラメーター

model
IModel

モデル。

戻り値

データベースのパフォーマンス レベル。

適用対象

GetPerformanceLevelSql(IReadOnlyModel)

データベースのパフォーマンス レベルを返します。

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

パラメーター

model
IReadOnlyModel

モデル。

戻り値

データベースのパフォーマンス レベル。

適用対象