次の方法で共有


SqlServerModelBuilderExtensions.CanSetPerformanceLevelSql メソッド

定義

指定した値をデータベースのパフォーマンス レベルとして設定できるかどうかを示す値を返します。

public static bool CanSetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, string performanceLevel, bool fromDataAnnotation = false);
public static bool CanSetPerformanceLevelSql (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, string? performanceLevel, bool fromDataAnnotation = false);
static member CanSetPerformanceLevelSql : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * string * bool -> bool
<Extension()>
Public Function CanSetPerformanceLevelSql (modelBuilder As IConventionModelBuilder, performanceLevel As String, Optional fromDataAnnotation As Boolean = false) As Boolean

パラメーター

modelBuilder
IConventionModelBuilder

モデル ビルダー。

performanceLevel
String

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

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

true 指定された値をデータベースのパフォーマンス レベルとして設定できる場合は 。

注釈

詳細と例については、「エンティティの種類とリレーションシップのモデリング」および「EF Core を使用したSQL ServerおよびAzure SQLデータベースへのアクセス」を参照してください。

適用対象