Прочетете на английски Редактиране

Споделяне чрез


DbExpressionBuilder.IsNull(DbExpression) Method

Definition

Creates a new DbIsNullExpression that determines whether the specified argument is null.

C#
public static System.Data.Common.CommandTrees.DbIsNullExpression IsNull(this System.Data.Common.CommandTrees.DbExpression argument);

Parameters

argument
DbExpression

An expression that specifies the argument.

Returns

A new DbIsNullExpression with the specified argument.

Exceptions

argument is null.

argument has 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