DbExpressionBuilder.GetEntityRef(DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo oggetto DbEntityRefExpression che recupera il riferimento dell'entità specificata in forma strutturale.
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
Parametri
- argument
- DbExpression
Espressione che fornisce l'entità. Questa espressione deve presentare un tipo di risultato di entità.
Restituisce
Nuovo DbEntityRefExpression che consente di recuperare un riferimento all'entità specificata.
Eccezioni
argument
è null.
argument
non dispone di un tipo di risultato entità.