Freigeben über


CoreStrings.AmbiguousOneToOneRelationship(Object, Object) Methode

Definition

Die abhängige Seite konnte für die 1:1-Beziehung zwischen '{dependentToPrincipalNavigationSpecification}' und '{principalToDependentNavigationSpecification}' nicht bestimmt werden. Um die abhängige Seite der Beziehung zu identifizieren, konfigurieren Sie die Fremdschlüsseleigenschaft. Wenn diese Navigationen nicht Teil derselben Beziehung sein sollen, konfigurieren Sie sie unabhängig über separate Methodenketten in "OnModelCreating". Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?LinkId=724062.

public static string AmbiguousOneToOneRelationship (object dependentToPrincipalNavigationSpecification, object principalToDependentNavigationSpecification);
public static string AmbiguousOneToOneRelationship (object? dependentToPrincipalNavigationSpecification, object? principalToDependentNavigationSpecification);
static member AmbiguousOneToOneRelationship : obj * obj -> string
Public Shared Function AmbiguousOneToOneRelationship (dependentToPrincipalNavigationSpecification As Object, principalToDependentNavigationSpecification As Object) As String

Parameter

dependentToPrincipalNavigationSpecification
Object
principalToDependentNavigationSpecification
Object

Gibt zurück

Gilt für: