Condividi tramite


CoreStrings.ConflictingPropertyOrNavigation(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà o lo spostamento '{member}' al tipo '{type}' perché esiste già una proprietà o uno spostamento con lo stesso nome nel 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

Parametri

member
Object
entityTypetype
Object
conflictingEntityTypeconflictingType
Object

Restituisce

Si applica a