CoreStrings.AmbiguousEndRequiredDependent(Object, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
La chiave esterna {foreignKeyProperties} sul tipo di entità '{entityType}' non può essere configurata come dipendente necessaria perché non è possibile determinare il lato dipendente. Per identificare il lato dipendente della relazione, configurare la proprietà di chiave esterna in 'OnModelCreating'. Per informazioni dettagliate, vedere https://go.microsoft.com/fwlink/?LinkId=724062.
public static string AmbiguousEndRequiredDependent (object foreignKeyProperties, object entityType);
public static string AmbiguousEndRequiredDependent (object? foreignKeyProperties, object? entityType);
static member AmbiguousEndRequiredDependent : obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependent (foreignKeyProperties As Object, entityType As Object) As String
Parametri
- foreignKeyProperties
- Object
- entityType
- Object