Bagikan melalui


CoreStrings.ConflictingPropertyOrNavigation(Object, Object, Object) Metode

Definisi

Properti atau navigasi '{member}' tidak dapat ditambahkan ke tipe '{type}' karena properti atau navigasi dengan nama yang sama sudah ada pada tipe '{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

Parameter

member
Object
entityTypetype
Object
conflictingEntityTypeconflictingType
Object

Mengembalikan

Berlaku untuk