DbGroupExpressionBinding Class
Defines the binding for the input set to a DbGroupByExpression. In addition to the properties of DbExpressionBinding, DbGroupExpressionBinding also provides access to the group element via the <seealso cref="P:System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding.GroupVariable" /> variable reference and to the group aggregate via the <seealso cref="P:System.Data.Entity.Core.Common.CommandTrees.DbGroupExpressionBinding.GroupAggregate" /> property.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Expression | Gets the DbExpression that defines the input set. |
![]() | GroupAggregate | Gets the DbGroupAggregate that represents the collection of elements of 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) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.