CoreStrings.ConflictingPropertyOrNavigation(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 property or navigation '{member}' cannot be added to the '{type}' type because a property or navigation with the same name already exists on the '{conflictingType}' type.
public static string ConflictingPropertyOrNavigation (object member, object entityType, object conflictingEntityType);
public static string ConflictingPropertyOrNavigation (object? member, object? entityType, object? conflictingEntityType);
public static string ConflictingPropertyOrNavigation (object? member, object? type, object? conflictingType);
static member ConflictingPropertyOrNavigation : obj * obj * obj -> string
static member ConflictingPropertyOrNavigation : obj * obj * obj -> string
Public Shared Function ConflictingPropertyOrNavigation (member As Object, entityType As Object, conflictingEntityType As Object) As String
Public Shared Function ConflictingPropertyOrNavigation (member As Object, type As Object, conflictingType As Object) As String
Parameters
- member
- Object
- entityTypetype
- Object
- conflictingEntityTypeconflictingType
- 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