共用方式為


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。

引數沒有參考結果類型。

適用於