Share via


CoreStrings.NavigationlessOwnership(Object, Object) Method

Definition

The relationship between '{principalEntityType}' and '{dependentEntityType}' cannot be configured as an ownership as there is no associated navigation to the owned type. An ownership must always have an associated navigation. See https://aka.ms/efcore-docs-owned for more information.

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

Parameters

principalEntityType
Object
dependentEntityType
Object

Returns

Applies to