CoreStrings.MissingInverseManyToManyNavigation(Object, Object) Metoda

Definicja

Nie można skonfigurować relacji wiele-do-wielu między typami jednostek "{principalEntityType}" i "{deklaratorEntityType}", ponieważ nie określono jednej z nawigacji. Podaj nawigację w wywołaniu "HasMany" w elemecie "OnModelCreating". Rozważ dodanie w tym celu właściwości prywatnej.

public static string MissingInverseManyToManyNavigation (object principalEntityType, object declaringEntityType);
public static string MissingInverseManyToManyNavigation (object? principalEntityType, object? declaringEntityType);
static member MissingInverseManyToManyNavigation : obj * obj -> string
Public Shared Function MissingInverseManyToManyNavigation (principalEntityType As Object, declaringEntityType As Object) As String

Parametry

principalEntityType
Object
declaringEntityType
Object

Zwraca

Dotyczy