다음을 통해 공유


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

반환

적용 대상