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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework