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

定義

左と右のセット引数の和集合を計算し、重複を削除しない新しい 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

左の set 引数を定義する式。

right
DbExpression

右の set 引数を定義する式。

返品

左引数と右引数の重複を含む和集合を持つ新しい DbUnionAllExpression。

例外

left または right が null です。

leftrightの間に等値と同等の要素型を持つ共通のコレクション結果型は存在しません。

適用対象