Sdílet prostřednictvím


DbExpressionBuilder.Deref(DbExpression) Metoda

Definice

Vytvoří nový DbDerefExpression , který načte konkrétní entitu s referenčním výrazem.

[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

Parametry

argument
DbExpression

Objekt DbExpression , který poskytuje odkaz. Tento výraz musí mít typ odkazu.

Návraty

Nový DbDerefExpression, který načte zadanou entitu.

Atributy

Výjimky

argument je null.

argument nemá typ výsledku odkazu.

Platí pro