DbExpressionBuilder.GetEntityRef(DbExpression) 方法

定义

创建一个新的 DbEntityRefExpression,它以结构化形式检索指定实体的引用。

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

参数

argument
DbExpression

提供实体的表达式。 此表达式必须具有实体结果类型。

返回

检索指定的实体的引用的新 DbEntityRefExpression。

例外

argument 为 null。

argument 没有实体结果类型。

适用于