DbFunctionAggregate Class
The aggregate type that corresponds to the invocation of an aggregate function.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.CommandTrees.DbAggregate
System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
Name | Description | |
---|---|---|
![]() | Arguments | Gets the list of expressions that define the arguments to the aggregate. (Inherited from DbAggregate.) |
![]() | Distinct | Gets a value indicating whether the aggregate function is applied in a distinct fashion |
![]() | Function | Gets the method metadata that specifies the aggregate function to invoke. |
![]() | ResultType | Gets the result type of this aggregate (Inherited from DbAggregate.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | As(String) | Overloaded. Returns the specified arguments as a key/value pair object.(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.