CoreStrings.NavigationNotAddedAdHoc(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é « {entityType}. {navigation} de type « {propertyType} » semble être une navigation vers un autre type d’entité. Les navigations ne sont pas prises en charge lors de l’utilisation de « SqlQuery ». Incluez ce type dans le modèle et utilisez « FromSql » pour la requête, ou ignorez cette propriété à l’aide de l’attribut « [NotMapped] ».
public static string NavigationNotAddedAdHoc (object? entityType, object? navigation, object? propertyType);
static member NavigationNotAddedAdHoc : obj * obj * obj -> string
Public Shared Function NavigationNotAddedAdHoc (entityType As Object, navigation As Object, propertyType As Object) As String
Paramètres
- entityType
- Object
- navigation
- Object
- propertyType
- Object