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

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


DbExpressionBuilder.CrossJoin(IEnumerable<DbExpressionBinding>) Method

Definition

Creates a new DbCrossJoinExpression that unconditionally joins the sets specified by the list of input expression bindings.

C#
public static System.Data.Common.CommandTrees.DbCrossJoinExpression CrossJoin(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpressionBinding> inputs);

Parameters

inputs
IEnumerable<DbExpressionBinding>

A list of expression bindings that specifies the input sets.

Returns

A new DbCrossJoinExpression, with an DbExpressionKind of CrossJoin, that represents the unconditional join of the input sets.

Exceptions

inputs is null or contains null element.

inputs contains fewer than 2 expression bindings.

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