Compartir a través de


CoreStrings.ConflictingPropertyOrNavigation(Object, Object, Object) Método

Definición

La propiedad o navegación '{member}' no se puede agregar al tipo '{type}' porque ya existe una propiedad o navegación con el mismo nombre en el tipo '{conflictingType}'.

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

Parámetros

member
Object
entityTypetype
Object
conflictingEntityTypeconflictingType
Object

Devoluciones

Se aplica a