SqlExpressionFactory.Fragment(String) 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.
Crée un nouveau SqlFragmentExpression qui représente un jeton SQL.
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression Fragment (string sql);
abstract member Fragment : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression
override this.Fragment : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression
Public Overridable Function Fragment (sql As String) As SqlFragmentExpression
Paramètres
- sql
- String
Jeton de chaîne à imprimer dans l’arborescence SQL.
Retours
Expression représentant un jeton SQL.