DbExpressionBuilder.IsEmpty Method (DbExpression)

 

Creates a new DbIsEmptyExpression that determines whether the specified set argument is an empty set.

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbIsEmptyExpression IsEmpty(
	this DbExpression argument
)

Parameters

argument
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

An expression that specifies the input set.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbIsEmptyExpression

A new DbIsEmptyExpression with the specified argument.

Exception Condition
ArgumentNullException

argument is null.

ArgumentException

argument does not have a collection result type.