DbExpressionBuilder.UnionAll(DbExpression, DbExpression) メソッド

定義

セット引数 left と right について、重複を取り除く前の和集合を計算する新しい DbUnionAllExpression を作成します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbUnionAllExpression ^ UnionAll(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbUnionAllExpression UnionAll (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member UnionAll : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbUnionAllExpression
<Extension()>
Public Function UnionAll (left As DbExpression, right As DbExpression) As DbUnionAllExpression

パラメーター

left
DbExpression

セット引数 left を定義する式。

right
DbExpression

セット引数 right を定義する式。

戻り値

重複を含む、左右の引数の和集合である新しい DbUnionAllExpression。

例外

left または right が null です。

leftright の結果型が、同じ等価比較できる型の要素を持つコレクション型ではありません。

適用対象