Udostępnij za pośrednictwem


DbExpressionBuilder.GetEntityRef(DbExpression) Metoda

Definicja

Tworzy nowy DbEntityRefExpression element, który pobiera odwołanie określonej jednostki w postaci strukturalnej.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbEntityRefExpression ^ GetEntityRef(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbEntityRefExpression GetEntityRef (this System.Data.Common.CommandTrees.DbExpression argument);
static member GetEntityRef : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbEntityRefExpression
<Extension()>
Public Function GetEntityRef (argument As DbExpression) As DbEntityRefExpression

Parametry

argument
DbExpression

Wyrażenie, które udostępnia jednostkę. To wyrażenie musi mieć typ wyniku jednostki.

Zwraca

Nowa jednostka DbEntityRefExpression, która pobiera odwołanie do określonej jednostki.

Wyjątki

argument ma wartość null.

argument nie ma typu wyniku jednostki.

Dotyczy