DbExpressionBuilder.Deref(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 DbDerefExpression qui récupère une entité spécifique à partir d'une expression de référence.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Deref")]
public static System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression Deref (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Deref : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression
<Extension()>
Public Function Deref (argument As DbExpression) As DbDerefExpression
Paramètres
- argument
- DbExpression
Objet DbExpression qui fournit la référence. Cette expression doit avoir un type référence.
Retours
Nouvelle DbDerefExpression qui récupère l'entité spécifiée.
- Attributs
Exceptions
argument est null.
l’argument n’a pas de type de résultat référence.