CoreStrings.AmbiguousEndRequiredDependentNavigation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
导航“{entityType}”。无法根据需要配置 {navigation},因为无法确定基础外键 {foreignKeyProperties} 的依赖端。 若要标识关系的依赖端,请在“OnModelCreating”中配置外键属性。 有关详细信息,请参阅 https://go.microsoft.com/fwlink/?LinkId=724062 。
public static string AmbiguousEndRequiredDependentNavigation (object entityType, object navigation, object foreignKeyProperties);
public static string AmbiguousEndRequiredDependentNavigation (object? entityType, object? navigation, object? foreignKeyProperties);
static member AmbiguousEndRequiredDependentNavigation : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependentNavigation (entityType As Object, navigation As Object, foreignKeyProperties As Object) As String
参数
- entityType
- Object
- navigation
- Object
- foreignKeyProperties
- Object