Compartir a través de


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

Definición

La propiedad '{entityType}. {navigation}' es de un tipo de interfaz ('{propertyType}'). Si es una navegación, configure manualmente la relación de esta propiedad mediante su conversión a un tipo de entidad asignado. De lo contrario, omita la propiedad mediante el atributo [NotMapped] o "Ignore" en "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

Parámetros

entityType
Object
navigation
Object
propertyType
Object

Devoluciones

Se aplica a