Condividi tramite


CoreStrings.SkipNavigationWrongInverse(Object, Object, Object, Object) Metodo

Definizione

Impossibile impostare lo spostamento "{inverse}" dichiarato nel tipo di entità '{inverseEntityType}' come inverso di '{navigation}', destinato a '{targetEntityType}'. Lo spostamento inverso deve essere dichiarato nel tipo di entità di destinazione.

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

Parametri

inverse
Object
inverseEntityType
Object
navigation
Object
targetEntityType
Object

Restituisce

Si applica a