Partager via


CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) Méthode

Définition

Propriété « {entityType}. {navigation}' est d’un type d’interface (« {propertyType} »). S’il s’agit d’une navigation, configurez manuellement la relation pour cette propriété en la cassant dans un type d’entité mappé. Sinon, ignorez la propriété à l’aide de l’attribut [NotMapped] ou « Ignore » dans « 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

Paramètres

entityType
Object
navigation
Object
propertyType
Object

Retours

S’applique à