共用方式為


DbExpressionBuilder.IsNull(DbExpression) 方法

定義

建立新的 DbIsNullExpression,它會判斷指定的引數是否為 null。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbIsNullExpression ^ IsNull(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbIsNullExpression IsNull (this System.Data.Common.CommandTrees.DbExpression argument);
static member IsNull : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbIsNullExpression
<Extension()>
Public Function IsNull (argument As DbExpression) As DbIsNullExpression

參數

argument
DbExpression

指定引數的運算式。

傳回

含有指定之引數的新 DbIsNullExpression。

例外狀況

argument 為 null。

argument 有集合結果型別。

適用於