CoreStrings.SelfReferencingNavigationWithInverseProperty Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| SelfReferencingNavigationWithInverseProperty(Object, Object) |
Odwrotność nawigacji "{entityType}". {property}" nie może być tą samą nawigacją. Zmień wartość w atrybucie [InverseProperty] na inną nawigację. |
| SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object) |
Nie można ustanowić relacji z właściwości {1_entityType}. {0_property}" do właściwości {3_referencedEntityType}. {2_referencedProperty}. Sprawdź wartości w atrybucie [InverseProperty], aby upewnić się, że definicje relacji są unikatowe i odwołują się z jednej nawigacji do odpowiadającej jej odwrotnej nawigacji. |
SelfReferencingNavigationWithInverseProperty(Object, Object)
Odwrotność nawigacji "{entityType}". {property}" nie może być tą samą nawigacją. Zmień wartość w atrybucie [InverseProperty] na inną nawigację.
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
Parametry
- entityType
- Object
- property
- Object
Zwraca
Dotyczy
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)
Nie można ustanowić relacji z właściwości {1_entityType}. {0_property}" do właściwości {3_referencedEntityType}. {2_referencedProperty}. Sprawdź wartości w atrybucie [InverseProperty], aby upewnić się, że definicje relacji są unikatowe i odwołują się z jednej nawigacji do odpowiadającej jej odwrotnej nawigacji.
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
Parametry
- property
- Object
- entityType
- Object
- referencedProperty
- Object
- referencedEntityType
- Object