次の方法で共有


CoreStrings.SkipNavigationWrongType(Object, Object, Object) メソッド

定義

スキップ ナビゲーション '{navigation}' はエンティティ型 '{otherEntityType}' で定義されているため、エンティティ型 '{entityType}' から削除できません。

public static string SkipNavigationWrongType (object navigation, object entityType, object otherEntityType);
public static string SkipNavigationWrongType (object? navigation, object? entityType, object? otherEntityType);
static member SkipNavigationWrongType : obj * obj * obj -> string
Public Shared Function SkipNavigationWrongType (navigation As Object, entityType As Object, otherEntityType As Object) As String

パラメーター

navigation
Object
entityType
Object
otherEntityType
Object

戻り値

適用対象