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。

参数没有引用结果类型。

适用于