CoreStrings.IntraHierarchicalAmbiguousTargetEntityType Method

Definition

Caution

This API is now deprecated.

The entity type related to '{entityType}' cannot be determined because the specified foreign key {foreignKeyProperties} references entity type '{principalEntityType}', which is in the same hierarchy as the entity type which is declared on '{dependentEntityType}'.

public static string IntraHierarchicalAmbiguousTargetEntityType (object entityType, object foreignKey, object principalEntityType, object dependentEntityType);
public static string IntraHierarchicalAmbiguousTargetEntityType (object entityType, object foreignKeyProperties, object principalEntityType, object dependentEntityType);
[System.Obsolete]
public static string IntraHierarchicalAmbiguousTargetEntityType (object? entityType, object? foreignKeyProperties, object? principalEntityType, object? dependentEntityType);
static member IntraHierarchicalAmbiguousTargetEntityType : obj * obj * obj * obj -> string
[<System.Obsolete>]
static member IntraHierarchicalAmbiguousTargetEntityType : obj * obj * obj * obj -> string
Public Shared Function IntraHierarchicalAmbiguousTargetEntityType (entityType As Object, foreignKey As Object, principalEntityType As Object, dependentEntityType As Object) As String
Public Shared Function IntraHierarchicalAmbiguousTargetEntityType (entityType As Object, foreignKeyProperties As Object, principalEntityType As Object, dependentEntityType As Object) As String

Parameters

entityType
Object
foreignKeyforeignKeyProperties
Object
principalEntityType
Object
dependentEntityType
Object

Returns

Attributes

Applies to