MetadataWorkspace.CreateQueryCommandTree(DbExpression) 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 une DbQueryCommandTree qui est lié à l'espace de travail des métadonnées, en fonction de l'expression de requête spécifiée.
public virtual System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree CreateQueryCommandTree (System.Data.Entity.Core.Common.CommandTrees.DbExpression query);
abstract member CreateQueryCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree
override this.CreateQueryCommandTree : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree
Public Overridable Function CreateQueryCommandTree (query As DbExpression) As DbQueryCommandTree
Paramètres
- query
- DbExpression
DbExpression qui définit la requête.
Retours
Nouvelle DbQueryCommandTree de l'expression spécifiée comme étant la propriété Query.
Exceptions
Siquery
a la valeur null.
Siquery
n’est pas structurellement valide, car il contient des références de variables irrésolubles