CoreStrings.SelfReferencingNavigationWithInverseProperty Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SelfReferencingNavigationWithInverseProperty(Object, Object) |
Inversa para la navegación '{entityType}. {property}' no puede ser la misma navegación. Cambie el valor del atributo [InverseProperty] a otra navegación. |
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object) |
No se puede establecer una relación a partir de la propiedad '{1_entityType}. {0_property}" a la propiedad '{3_referencedEntityType}. {2_referencedProperty}'. Compruebe los valores del atributo [InverseProperty] para asegurarse de que las definiciones de relación son únicas y hacen referencia de una navegación a su navegación inversa correspondiente. |
SelfReferencingNavigationWithInverseProperty(Object, Object)
Inversa para la navegación '{entityType}. {property}' no puede ser la misma navegación. Cambie el valor del atributo [InverseProperty] a otra navegación.
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
Parámetros
- entityType
- Object
- property
- Object
Devoluciones
Se aplica a
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)
No se puede establecer una relación a partir de la propiedad '{1_entityType}. {0_property}" a la propiedad '{3_referencedEntityType}. {2_referencedProperty}'. Compruebe los valores del atributo [InverseProperty] para asegurarse de que las definiciones de relación son únicas y hacen referencia de una navegación a su navegación inversa correspondiente.
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
Parámetros
- property
- Object
- entityType
- Object
- referencedProperty
- Object
- referencedEntityType
- Object