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

Definição

A propriedade ou navegação '{member}' não pode ser adicionada ao tipo '{type}' porque já existe uma propriedade ou navegação com o mesmo nome no 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

Retornos

Aplica-se a