CoreStrings.IntraHierarchicalAmbiguousTargetEntityType Метод

Определение

Внимание!

Теперь этот API является нерекомендуемым.

Не удается определить тип сущности, связанный с "{entityType}", поскольку указанный внешний ключ {foreignKeyProperties} ссылается на тип сущности "{principalEntityType}", который находится в той же иерархии, что и тип сущности, объявленный в "{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

Параметры

entityType
Object
foreignKeyforeignKeyProperties
Object
principalEntityType
Object
dependentEntityType
Object

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

Атрибуты

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