Udostępnij za pośrednictwem


DbExpressionBuilder.Null(TypeUsage) Metoda

Definicja

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

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbNullExpression ^ Null(System::Data::Metadata::Edm::TypeUsage ^ nullType);
public static System.Data.Common.CommandTrees.DbNullExpression Null (this System.Data.Metadata.Edm.TypeUsage nullType);
static member Null : System.Data.Metadata.Edm.TypeUsage -> System.Data.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