CoreStrings.SelfReferencingNavigationWithInverseProperty 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.
Overload
SelfReferencingNavigationWithInverseProperty(Object, Object) |
Inverso per lo spostamento '{entityType}. {property}' non può essere la stessa struttura di spostamento. Modificare il valore nell'attributo [InverseProperty] in un'altra struttura di spostamento. |
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object) |
Impossibile stabilire una relazione dalla proprietà '{1_entityType}. {0_property}' alla proprietà '{3_referencedEntityType}. {2_referencedProperty}'. Controllare i valori nell'attributo [InverseProperty] per assicurarsi che le definizioni delle relazioni siano univoche e facciano riferimento da uno spostamento al relativo spostamento inverso corrispondente. |
SelfReferencingNavigationWithInverseProperty(Object, Object)
Inverso per lo spostamento '{entityType}. {property}' non può essere la stessa struttura di spostamento. Modificare il valore nell'attributo [InverseProperty] in un'altra struttura di spostamento.
public static string SelfReferencingNavigationWithInverseProperty (object? entityType, object? property);
static member SelfReferencingNavigationWithInverseProperty : obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (entityType As Object, property As Object) As String
Parametri
- entityType
- Object
- property
- Object
Restituisce
Si applica a
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)
Impossibile stabilire una relazione dalla proprietà '{1_entityType}. {0_property}' alla proprietà '{3_referencedEntityType}. {2_referencedProperty}'. Controllare i valori nell'attributo [InverseProperty] per assicurarsi che le definizioni delle relazioni siano univoche e facciano riferimento da uno spostamento al relativo spostamento inverso corrispondente.
public static string SelfReferencingNavigationWithInverseProperty (object property, object entityType, object referencedProperty, object referencedEntityType);
static member SelfReferencingNavigationWithInverseProperty : obj * obj * obj * obj -> string
Public Shared Function SelfReferencingNavigationWithInverseProperty (property As Object, entityType As Object, referencedProperty As Object, referencedEntityType As Object) As String
Parametri
- property
- Object
- entityType
- Object
- referencedProperty
- Object
- referencedEntityType
- Object