Прочетете на английски Редактиране

Споделяне чрез


DbExpressionBuilder.Union(DbExpression, DbExpression) Method

Definition

Creates a new DbExpression that computes the union of the left and right set arguments with duplicates removed.

C#
public static System.Data.Common.CommandTrees.DbExpression Union(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);

Parameters

left
DbExpression

An expression that defines the left set argument.

right
DbExpression

An expression that defines the right set argument.

Returns

A new DbExpression that computes the union, without duplicates, of the left and right arguments.

Exceptions

left or right is null.

No common collection result type with an equality-comparable element type exists between left and right.

Applies to

Продукт Версии
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1