อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


DbExpressionBuilder.IsEmpty(DbExpression) Method

Definition

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

C#
public static System.Data.Common.CommandTrees.DbIsEmptyExpression IsEmpty(this System.Data.Common.CommandTrees.DbExpression argument);

Parameters

argument
DbExpression

An expression that specifies the input set.

Returns

A new DbIsEmptyExpression with the specified argument.

Exceptions

argument is null.

argument does not have a collection result type.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1