다음을 통해 공유


CoreStrings.NavigationIsProperty 메서드

정의

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

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

매개 변수

property
Object
entityType
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object
PropertyMethodpropertyMethod
Object

반환

적용 대상