Udostępnij przez


DbExpressionBuilder.Null(TypeUsage) Metoda

Definicja

Tworzy nowy DbNullExpressionobiekt , który reprezentuje typową wartość null.

public static System.Data.Entity.Core.Common.CommandTrees.DbNullExpression Null(this System.Data.Entity.Core.Metadata.Edm.TypeUsage nullType);
static member Null : System.Data.Entity.Core.Metadata.Edm.TypeUsage -> System.Data.Entity.Core.Common.CommandTrees.DbNullExpression
<Extension()>
Public Function Null (nullType As TypeUsage) As DbNullExpression

Parametry

nullType
TypeUsage

Typ wartości null.

Zwraca

Wystąpienie dbNullExpression.

Wyjątki

nullType ma wartość null.

Dotyczy