Freigeben über


CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) Methode

Definition

Die Eigenschaft '{entityType}. {navigation}' hat einen Schnittstellentyp ('{propertyType}'). Wenn es sich um eine Navigation handelt, konfigurieren Sie die Beziehung für diese Eigenschaft manuell, indem Sie sie in einen zugeordneten Entitätstyp umwandeln. Ignorieren Sie andernfalls die -Eigenschaft mit dem [NotMapped]-Attribut oder "Ignore" in "OnModelCreating".

public static string InterfacePropertyNotAdded (object entityType, object navigation, object propertyType);
public static string InterfacePropertyNotAdded (object? entityType, object? navigation, object? propertyType);
static member InterfacePropertyNotAdded : obj * obj * obj -> string
Public Shared Function InterfacePropertyNotAdded (entityType As Object, navigation As Object, propertyType As Object) As String

Parameter

entityType
Object
navigation
Object
propertyType
Object

Gibt zurück

Gilt für: