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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework