CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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