共用方式為


DbExpressionBuilder.Deref(DbExpression) 方法

定義

建立新的 DbDerefExpression,它會以給定參考運算式擷取特定實體。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Deref")]
public static System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression Deref(this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Deref : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbDerefExpression
<Extension()>
Public Function Deref (argument As DbExpression) As DbDerefExpression

參數

argument
DbExpression

提供參考的 DbExpression。 這個運算式必須具有參考型別。

傳回

擷取指定之實體的新 DbDerefExpression。

屬性

例外狀況

引數為 null。

引數沒有參考結果類型。

適用於