CoreStrings.SelfReferencingNavigationWithInverseProperty Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SelfReferencingNavigationWithInverseProperty(Object, Object) |
O inverso para a navegação '{entityType}. {property}' não pode ser a mesma navegação. Altere o valor no atributo [InverseProperty] para uma navegação diferente. |
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object) |
Não é possível estabelecer uma relação com a propriedade '{1_entityType}. {0_property}' para a propriedade '{3_referencedEntityType}. {2_referencedProperty}'. Verifique os valores no atributo [InverseProperty] para garantir que as definições de relação sejam exclusivas e referencie de uma navegação para sua navegação inversa correspondente. |
SelfReferencingNavigationWithInverseProperty(Object, Object)
O inverso para a navegação '{entityType}. {property}' não pode ser a mesma navegação. Altere o valor no atributo [InverseProperty] para uma navegação diferente.
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
Retornos
Aplica-se a
SelfReferencingNavigationWithInverseProperty(Object, Object, Object, Object)
Não é possível estabelecer uma relação com a propriedade '{1_entityType}. {0_property}' para a propriedade '{3_referencedEntityType}. {2_referencedProperty}'. Verifique os valores no atributo [InverseProperty] para garantir que as definições de relação sejam exclusivas e referencie de uma navegação para sua navegação inversa correspondente.
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
Retornos
Aplica-se a
Entity Framework