Udostępnij przez


DbExpressionBuilder.IsNull(DbExpression) Metoda

Definicja

Tworzy nowy DbIsNullExpression , który określa, czy określony argument ma wartość null.

public static System.Data.Entity.Core.Common.CommandTrees.DbIsNullExpression IsNull(this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member IsNull : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbIsNullExpression
<Extension()>
Public Function IsNull (argument As DbExpression) As DbIsNullExpression

Parametry

argument
DbExpression

Wyrażenie, które określa argument.

Zwraca

Nowa baza danych DbIsNullExpression z określonym argumentem.

Wyjątki

argument ma wartość null.

argument ma typ wyniku kolekcji.

Dotyczy