DbExpressionBuilder.Deref(DbExpression) 方法

定义

创建一个新的 DbDerefExpression,它根据给定的引用表达式来检索特定实体。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbDerefExpression ^ Deref(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbDerefExpression Deref (this System.Data.Common.CommandTrees.DbExpression argument);
static member Deref : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbDerefExpression
<Extension()>
Public Function Deref (argument As DbExpression) As DbDerefExpression

参数

argument
DbExpression

一个提供引用的 DbExpression。 此表达式必须具有引用类型。

返回

检索指定的实体的新 DbDerefExpression。

例外

argument 为 null。

argument 没有引用结果类型。

适用于