次の方法で共有


RelationalTriggerBuilderExtensions.HasTableSchema メソッド

定義

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

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

パラメーター

triggerBuilder
IConventionTriggerBuilder

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

schema
String

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

fromDataAnnotation
Boolean

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

戻り値

構成が適用された場合は同じビルダー インスタンス。 null それ以外の場合は 。

適用対象