Aracılığıyla paylaş


SqlServerModelExtensions.GetPerformanceLevelSql Yöntem

Tanım

Aşırı Yüklemeler

GetPerformanceLevelSql(IModel)

Veritabanının performans düzeyini döndürür.

GetPerformanceLevelSql(IReadOnlyModel)

Veritabanının performans düzeyini döndürür.

GetPerformanceLevelSql(IModel)

Veritabanının performans düzeyini döndürür.

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

Parametreler

model
IModel

Model.

Döndürülenler

Veritabanının performans düzeyi.

Şunlara uygulanır

GetPerformanceLevelSql(IReadOnlyModel)

Veritabanının performans düzeyini döndürür.

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

Parametreler

model
IReadOnlyModel

Model.

Döndürülenler

Veritabanının performans düzeyi.

Şunlara uygulanır