Поделиться через


CoreStrings.InverseToOwnedType(Object, Object, Object, Object) Метод

Определение

Навигация "{principalEntityType}. {navigation}" не поддерживается, так как указывает на тип принадлежащей сущности "{ownedType}". Только навигация по владению из типа сущности "{ownerType}" может указывать на тип принадлежащей сущности. Подробнее см. в разделе https://aka.ms/efcore-docs-owned.

public static string InverseToOwnedType (object principalEntityType, object navigation, object ownedType, object ownerType);
public static string InverseToOwnedType (object? principalEntityType, object? navigation, object? ownedType, object? ownerType);
static member InverseToOwnedType : obj * obj * obj * obj -> string
Public Shared Function InverseToOwnedType (principalEntityType As Object, navigation As Object, ownedType As Object, ownerType As Object) As String

Параметры

principalEntityType
Object
navigation
Object
ownedType
Object
ownerType
Object

Возвращаемое значение

Применяется к