CoreStrings.DuplicateTrigger(Object, Object, Object) 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.
The trigger '{trigger}' cannot be added to the entity type '{entityType}' because another trigger with the same name already exists on entity type '{conflictingEntityType}'.
public static string DuplicateTrigger (object? trigger, object? entityType, object? conflictingEntityType);
static member DuplicateTrigger : obj * obj * obj -> string
Public Shared Function DuplicateTrigger (trigger As Object, entityType As Object, conflictingEntityType As Object) As String
Parameters
- trigger
- Object
- entityType
- Object
- conflictingEntityType
- 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