RelationalStrings.QueryFromSqlInsideExists Propriété
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.
La requête contient l’utilisation de l’opération « Any » ou « AnyAsync » après la méthode « FromSqlRaw » ou « FromSqlInterpolated ». L’utilisation de cette requête SQL brute plusieurs fois n’est actuellement pas prise en charge. Remplacez l’utilisation de « Any » ou « AnyAsync » par « Count » ou « CountAsync ». Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2174053 (éventuellement en anglais) pour plus d'informations.
public static string QueryFromSqlInsideExists { get; }
static member QueryFromSqlInsideExists : string
Public Shared ReadOnly Property QueryFromSqlInsideExists As String