次の方法で共有


RelationalTriggerBuilderExtensions.CanSetTableSchema メソッド

定義

トリガーに対して指定されたテーブル スキーマを設定できるかどうかを示す値を返します。

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

パラメーター

triggerBuilder
IConventionTriggerBuilder

構成されているトリガーのビルダー。

schema
String

このトリガーが定義されているテーブルのスキーマ。

fromDataAnnotation
Boolean

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

戻り値

true トリガーにデータベース名を設定できる場合は 。

適用対象