Share via


CoreStrings.OwnerlessOwnedType(Object) Method

Definition

The entity type '{ownedType}' has been marked as owned and must be referenced from another entity type via a navigation. Add a navigation to an entity type that points at '{ownedType}' or don't configure it as owned.

public static string OwnerlessOwnedType (object ownedType);
public static string OwnerlessOwnedType (object? ownedType);
static member OwnerlessOwnedType : obj -> string
Public Shared Function OwnerlessOwnedType (ownedType As Object) As String

Parameters

ownedType
Object

Returns

Applies to