DbExpressionBuilder.Exists(DbExpression) 方法

定义

创建一个新的 DbExpression,它确定指定的集参数是否非空。

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

参数

argument
DbExpression

一个指定输入集的表达式。

返回

具有指定参数应用与新的 DbNotExpression 的新 DbIsEmptyExpression

例外

argument 为 null。

argument 没有集合结果类型。

适用于