DbExpressionBuilder.GroupBind(DbExpression) Method

Definition

Creates a new group expression binding that uses generated variable and group variable names to bind the given expression.

C#
public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBind(this System.Data.Common.CommandTrees.DbExpression input);

Parameters

input
DbExpression

The expression to bind.

Returns

A new group expression binding with the specified expression and a generated variable name and group variable name.

Exceptions

input is null.

input does not have a collection result type.

Applies to

Product Versions
.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