CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) Metoda

Definicja

Właściwość "{entityType}". {navigation}" jest typem interfejsu ('{propertyType}'). Jeśli jest to nawigacja, ręcznie skonfiguruj relację dla tej właściwości, odrzucając ją do zamapowanego typu jednostki. W przeciwnym razie zignoruj właściwość przy użyciu atrybutu [NotMapped] lub "Ignoruj" w elemecie "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

Parametry

entityType
Object
navigation
Object
propertyType
Object

Zwraca

Dotyczy