次の方法で共有


InversePropertyAttributeConvention.IsAmbiguous メソッド

定義

指定されたナビゲーションに を使用したあいまいな逆ナビゲーションがあるかどうかを示す値を返します InversePropertyAttribute

public static bool IsAmbiguous (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, System.Reflection.MemberInfo navigation, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType targetEntityType);
static member IsAmbiguous : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * System.Reflection.MemberInfo * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> bool
Public Shared Function IsAmbiguous (entityType As IConventionEntityType, navigation As MemberInfo, targetEntityType As IConventionEntityType) As Boolean

パラメーター

entityType
IConventionEntityType

エンティティの型。

navigation
MemberInfo

ナビゲーション。

targetEntityType
IConventionEntityType

ターゲット エンティティの種類。

戻り値

true 指定されたナビゲーションに を使用したあいまいな逆ナビゲーションがある InversePropertyAttribute場合は 。

適用対象