다음을 통해 공유


CoreStrings.PropertyIsNavigation 메서드

정의

속성 '{1_entityType}입니다. '{propertyMethod}' 메서드를 사용하여 {0_property}'에 액세스하고 있지만 모델에 탐색으로 정의됩니다. 탐색에 액세스하려면 '{referenceMethod}' 또는 '{collectionMethod}' 메서드를 사용합니다.

public static string PropertyIsNavigation (object property, object entityType, object PropertyMethod, object ReferenceMethod, object CollectionMethod);
public static string PropertyIsNavigation (object property, object entityType, object propertyMethod, object referenceMethod, object collectionMethod);
public static string PropertyIsNavigation (object? property, object? entityType, object? propertyMethod, object? referenceMethod, object? collectionMethod);
static member PropertyIsNavigation : obj * obj * obj * obj * obj -> string
static member PropertyIsNavigation : obj * obj * obj * obj * obj -> string
Public Shared Function PropertyIsNavigation (property As Object, entityType As Object, PropertyMethod As Object, ReferenceMethod As Object, CollectionMethod As Object) As String
Public Shared Function PropertyIsNavigation (property As Object, entityType As Object, propertyMethod As Object, referenceMethod As Object, collectionMethod As Object) As String

매개 변수

property
Object
entityType
Object
PropertyMethodpropertyMethod
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object

반환

적용 대상