Bagikan melalui


CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) Metode

Definisi

Properti '{entityType}. {navigation}' adalah tipe antarmuka ('{propertyType}'). Jika ini adalah navigasi, konfigurasikan hubungan secara manual untuk properti ini dengan mentransmisikannya ke jenis entitas yang dipetakan. Jika tidak, abaikan properti menggunakan atribut [NotMapped] atau 'Abaikan' di '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

Mengembalikan

Berlaku untuk