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.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbDerefExpression ^ Deref(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbDerefExpression Deref (this System.Data.Common.CommandTrees.DbExpression argument);
static member Deref : System.Data.Common.CommandTrees.DbExpression -> System.Data.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.

Výjimky

argument má hodnotu null.

argument nemá typ výsledku odkazu.

Platí pro