RelationalStrings.TriggerWithMismatchedTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger '{trigger}' for table '{triggerTable}' is defined on entity type '{entityType}', which is mapped to table '{entityTable}'. See https://aka.ms/efcore-docs-triggers for more information on 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
Parameters
- trigger
- Object
- triggerTable
- Object
- entityType
- Object
- entityTable
- Object
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework