Partager via


CoreStrings.PropertyIsNavigation Méthode

Définition

Propriété « {1_entityType}. {0_property} » est accessible à l’aide de la méthode « {propertyMethod} », mais est défini dans le modèle en tant que navigation. Utilisez la méthode « {referenceMethod} » ou « {collectionMethod} » pour accéder aux navigations.

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

Paramètres

property
Object
entityType
Object
PropertyMethodpropertyMethod
Object
ReferenceMethodreferenceMethod
Object
CollectionMethodcollectionMethod
Object

Retours

S’applique à