Udostępnij za pośrednictwem


DbExpressionBuilder.Deref(DbExpression) Metoda

Definicja

Tworzy nowy DbDerefExpression element, który pobiera określoną jednostkę przy użyciu wyrażenia referencyjnego.

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

Element DbExpression , który zawiera odwołanie. To wyrażenie musi mieć typ odwołania.

Zwraca

Nowa jednostka DbDerefExpression, która pobiera określoną jednostkę.

Wyjątki

argument ma wartość null.

argument nie ma typu wyników odwołania.

Dotyczy