DbGroupExpressionBinding Class
Defines the binding for the input set to a DbGroupByExpression. This class cannot be inherited.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Expression | Gets or sets the DbExpression that defines the input set. |
![]() | GroupAggregate | Gets the DbGroupAggregate that represents the collection of elements in the group. |
![]() | GroupVariable | Gets the DbVariableReferenceExpression that references the group element variable. |
![]() | GroupVariableName | Gets the name assigned to the group element variable. |
![]() | GroupVariableType | Gets the type metadata of the group element variable. |
![]() | Variable | Gets the DbVariableReferenceExpression that references the element variable. |
![]() | VariableName | Gets the name assigned to the element variable. |
![]() | VariableType | Gets the type metadata of the element variable. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | GroupBy(IEnumerable<KeyValuePair<String^, DbExpression^>>^, IEnumerable<KeyValuePair<String^, DbAggregate^>>^) | Creates a new DbGroupByExpression that groups the elements of the input set according to the specified group keys and applies the given aggregates. (Defined by DbExpressionBuilder.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

