DbExpressionBuilder.Deref(DbExpression) メソッド

定義

指定された参照式に基づいて特定のエンティティを取得する新しい DbDerefExpression を作成します。

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

パラメーター

argument
DbExpression

参照を提供する DbExpression。 この式は、参照型とする必要があります。

戻り値

指定された Entity を取得する新しい DbDerefExpression。

例外

argument が null です。

argument の結果型が参照型ではありません。

適用対象