Freigeben über


CoreStrings.PrincipalEntityTypeNotInRelationship Methode

Definition

Sie konfigurieren eine Beziehung zwischen '{dependentEntityType}' und '{principalEntityType}', haben aber einen Prinzipalschlüssel für '{entityType}' angegeben. Der Fremdschlüssel muss auf einen Typ abzielen, der Teil der Beziehung ist.

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

Parameter

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Gibt zurück

Gilt für: