DbExpressionBuilder.GetRefKey(DbExpression) メソッド

定義

指定された参照のキー値を構造形式で取得する新しい DbRefKeyExpression を作成します。

public static System.Data.Entity.Core.Common.CommandTrees.DbRefKeyExpression GetRefKey (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member GetRefKey : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbRefKeyExpression
<Extension()>
Public Function GetRefKey (argument As DbExpression) As DbRefKeyExpression

パラメーター

argument
DbExpression

参照を表す式。 この式は、エンティティ要素型を持つ参照型である必要があります。

戻り値

指定された参照のキー値を取得する新しい DbRefKeyExpression。

例外

引数が null です。

引数に参照結果の型がありません。

適用対象