CoreStrings.NoBackingFieldLazyLoading(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.
Aucun champ de stockage n’a été trouvé pour la propriété « {1_entityType}. {0_property}'. Les navigations paresseuse doivent avoir des champs de stockage. Nommez le champ de stockage afin qu’il soit découvert par convention ou configurez le champ de stockage à utiliser.
public static string NoBackingFieldLazyLoading (object property, object entity);
public static string NoBackingFieldLazyLoading (object property, object entityType);
public static string NoBackingFieldLazyLoading (object? property, object? entityType);
static member NoBackingFieldLazyLoading : obj * obj -> string
static member NoBackingFieldLazyLoading : obj * obj -> string
Public Shared Function NoBackingFieldLazyLoading (property As Object, entity As Object) As String
Public Shared Function NoBackingFieldLazyLoading (property As Object, entityType As Object) As String
Paramètres
- property
- Object
- entityentityType
- 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.