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

模型。

返回

数据库的性能级别。

适用于