Partager via


CoreStrings.CollectionIsReference(Object, Object, Object, Object) Méthode

Définition

Propriété « {1_entityType}. {0_property} » est accessible à l’aide de « {collectionMethod} », mais est défini dans le modèle comme une navigation de référence non-collection. Utilisez « {referenceMethod} » pour accéder aux navigations de référence.

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

Paramètres

property
Object
entityType
Object
CollectionMethodcollectionMethod
Object
ReferenceMethodreferenceMethod
Object

Retours

S’applique à