次の方法で共有


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

戻り値

適用対象