RelationalTriggerExtensions.SetTableSchema Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetTableSchema(IMutableTrigger, String) |
Définit le schéma de la table sur laquelle ce déclencheur est défini. |
SetTableSchema(IConventionTrigger, String, Boolean) |
Définit le schéma de la table sur laquelle ce déclencheur est défini. |
SetTableSchema(IMutableTrigger, String)
Définit le schéma de la table sur laquelle ce déclencheur est défini.
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)
Paramètres
- trigger
- IMutableTrigger
Déclencheur.
- schema
- String
Schéma de la table sur laquelle ce déclencheur est défini.
S’applique à
SetTableSchema(IConventionTrigger, String, Boolean)
Définit le schéma de la table sur laquelle ce déclencheur est défini.
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
Paramètres
- trigger
- IConventionTrigger
Déclencheur.
- schema
- String
Schéma de la table sur laquelle ce déclencheur est défini.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Valeur configurée.