Freigeben über


CoreStrings.DependentEntityTypeNotInRelationship Methode

Definition

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

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

Parameter

dependentEntityType
Object
principalEntityType
Object
entityType
Object

Gibt zurück

Gilt für: