CoreStrings.ForeignKeySelfReferencingDependentEntityType(Object) Method

Definition

Caution

This API is now deprecated.

The foreign keys on entity type '{dependentType}' cannot target the same entity type because it has a defining navigation.

public static string ForeignKeySelfReferencingDependentEntityType (object dependentType);
[System.Obsolete]
public static string ForeignKeySelfReferencingDependentEntityType (object? dependentType);
static member ForeignKeySelfReferencingDependentEntityType : obj -> string
[<System.Obsolete>]
static member ForeignKeySelfReferencingDependentEntityType : obj -> string
Public Shared Function ForeignKeySelfReferencingDependentEntityType (dependentType As Object) As String

Parameters

dependentType
Object

Returns

Attributes

Applies to