CoreStrings.OwnershipToDependent(Object, Object, Object) Method

Definition

The navigation '{navigation}' cannot be changed, because the foreign key between '{principalEntityType}' and '{dependentEntityType}' is an ownership. To change the navigation to the owned entity type remove the ownership.

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

Parameters

navigation
Object
principalEntityType
Object
dependentEntityType
Object

Returns

Applies to