RelationalStrings.TriggerWithMismatchedTable 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.
Le déclencheur « {trigger} » pour la table « {triggerTable} » est défini sur le type d’entité « {entityType} », qui est mappé à la table « {entityTable} ». Pour plus d’informations sur les déclencheurs, consultez https://aka.ms/efcore-docs-triggers .
public static string TriggerWithMismatchedTable(object? trigger, object? triggerTable, object? entityType, object? entityTable);
static member TriggerWithMismatchedTable : obj * obj * obj * obj -> string
Public Shared Function TriggerWithMismatchedTable (trigger As Object, triggerTable As Object, entityType As Object, entityTable As Object) As String
Paramètres
- trigger
- Object
- triggerTable
- Object
- entityType
- Object
- entityTable
- Object