CoreStrings.PropertyCalledOnNavigation(Object, Object) 方法

定义

“{property}”不能用作实体类型“{entityType}”上的属性,因为它配置为导航。

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

参数

property
Object
entityType
Object

返回

适用于