Sdílet prostřednictvím


DbExpressionBuilder.GetRefKey(DbExpression) Metoda

Definice

Vytvoří nový DbRefKeyExpression , který načte hodnoty klíče zadaného odkazu ve strukturální podobě.

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

Parametry

argument
DbExpression

Výraz, který poskytuje odkaz. Tento výraz musí mít odkaz Typu s typem prvku Entity.

Návraty

Nový DbRefKeyExpression, který načte hodnoty klíče zadaného odkazu.

Výjimky

argument má hodnotu null.

argument nemá typ výsledku odkazu.

Platí pro