CoreStrings.ReferenceIsCollection(Object, Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Propriété « {1_entityType}. {0_property} » est accessible à l’aide de la méthode « {referenceMethod} », mais est défini dans le modèle en tant que navigation de collection. Utilisez la méthode « {collectionMethod} » pour accéder aux navigations de collection.
public static string ReferenceIsCollection (object property, object entityType, object ReferenceMethod, object CollectionMethod);
public static string ReferenceIsCollection (object property, object entityType, object referenceMethod, object collectionMethod);
public static string ReferenceIsCollection (object? property, object? entityType, object? referenceMethod, object? collectionMethod);
static member ReferenceIsCollection : obj * obj * obj * obj -> string
static member ReferenceIsCollection : obj * obj * obj * obj -> string
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, ReferenceMethod As Object, CollectionMethod As Object) As String
Public Shared Function ReferenceIsCollection (property As Object, entityType As Object, referenceMethod As Object, collectionMethod As Object) As String
Paramètres
- property
- Object
- entityType
- Object
- ReferenceMethodreferenceMethod
- Object
- CollectionMethodcollectionMethod
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.