次の方法で共有


RelationalTriggerExtensions.SetTableSchema メソッド

定義

オーバーロード

SetTableSchema(IMutableTrigger, String)

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

SetTableSchema(IConventionTrigger, String, Boolean)

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

SetTableSchema(IMutableTrigger, String)

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

public static void SetTableSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableTrigger trigger, string? schema);
static member SetTableSchema : Microsoft.EntityFrameworkCore.Metadata.IMutableTrigger * string -> unit
<Extension()>
Public Sub SetTableSchema (trigger As IMutableTrigger, schema As String)

パラメーター

trigger
IMutableTrigger

トリガー。

schema
String

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

適用対象

SetTableSchema(IConventionTrigger, String, Boolean)

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

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

パラメーター

trigger
IConventionTrigger

トリガー。

schema
String

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

fromDataAnnotation
Boolean

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

戻り値

構成された値です。

適用対象