Partager via


CoreStrings.PrincipalKeylessType(Object, Object, Object) Méthode

Définition

Le type d’entité sans clé « {entityType} » ne peut pas se trouver à l’extrémité principale de la relation entre « {firstNavigationSpecification} » et « {secondNavigationSpecification} ». Le type d’entité principal doit avoir une clé. Pour plus d’informations sur les types d’entités sans clé, consultez https://go.microsoft.com/fwlink/?linkid=2141943.

public static string PrincipalKeylessType (object entityType, object firstNavigationSpecification, object secondNavigationSpecification);
public static string PrincipalKeylessType (object? entityType, object? firstNavigationSpecification, object? secondNavigationSpecification);
static member PrincipalKeylessType : obj * obj * obj -> string
Public Shared Function PrincipalKeylessType (entityType As Object, firstNavigationSpecification As Object, secondNavigationSpecification As Object) As String

Paramètres

entityType
Object
firstNavigationSpecification
Object
secondNavigationSpecification
Object

Retours

S’applique à