Udostępnij za pośrednictwem


CoreStrings.ConflictingPropertyOrNavigation(Object, Object, Object) Metoda

Definicja

Nie można dodać właściwości lub nawigacji "{member}" do typu "{type}", ponieważ właściwość lub nawigacja o tej samej nazwie już istnieje w typie "{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

Parametry

member
Object
entityTypetype
Object
conflictingEntityTypeconflictingType
Object

Zwraca

Dotyczy