DbExpressionBuilder.GetRefKey(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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。
引數沒有參考結果類型。