Partilhar via


CoreStrings.SkipNavigationWrongInverse(Object, Object, Object, Object) Método

Definição

A navegação de ignorar '{inverse}' declarada no tipo de entidade '{inverseEntityType}' não pode ser definida como o inverso de '{navigation}', que tem como destino '{targetEntityType}'. A navegação inversa deve ser declarada no tipo de entidade de destino.

public static string SkipNavigationWrongInverse (object inverse, object inverseEntityType, object navigation, object targetEntityType);
public static string SkipNavigationWrongInverse (object? inverse, object? inverseEntityType, object? navigation, object? targetEntityType);
static member SkipNavigationWrongInverse : obj * obj * obj * obj -> string
Public Shared Function SkipNavigationWrongInverse (inverse As Object, inverseEntityType As Object, navigation As Object, targetEntityType As Object) As String

Parâmetros

inverse
Object
inverseEntityType
Object
navigation
Object
targetEntityType
Object

Retornos

Aplica-se a