次の方法で共有


RelationalModelBuilderExtensions.CanSetDefaultSchema メソッド

定義

指定したスキーマを既定として設定できるかどうかを示す値を返します。

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

パラメーター

modelBuilder
IConventionModelBuilder

モデル ビルダー。

schema
String

既定のスキーマ。

fromDataAnnotation
Boolean

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

戻り値

true 指定されたスキーマを既定値として設定できる場合は 。

注釈

詳細と例については、「 エンティティ型とリレーションシップのモデル 化」を参照してください。

適用対象