DbExpressionBuilder.UnionAll(DbExpression, DbExpression) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
左と右のセット引数の和集合を計算し、重複を削除しない新しい 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 です。
leftとrightの間に等値と同等の要素型を持つ共通のコレクション結果型は存在しません。