DbExpressionBuilder.Deref(DbExpression) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.