CoreStrings.SkipNavigationWrongInverse(Object, Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在實體類型 '{inverseEntityType}' 上宣告的略過流覽 '{inverse}' 無法設定為 '{navigation}' 的反轉,其目標為 '{targetEntityType}'。 反向導覽應該在目標實體類型上宣告。
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
參數
- inverse
- Object
- inverseEntityType
- Object
- navigation
- Object
- targetEntityType
- Object