DbFunctionAggregate Class

 

The aggregate type that corresponds to the invocation of an aggregate function.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Common.CommandTrees.DbAggregate
    System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate

public sealed class DbFunctionAggregate : DbAggregate

NameDescription
System_CAPS_pubpropertyArguments

Gets the list of expressions that define the arguments to the aggregate. (Inherited from DbAggregate.)

System_CAPS_pubpropertyDistinct

Gets a value indicating whether the aggregate function is applied in a distinct fashion

System_CAPS_pubpropertyFunction

Gets the method metadata that specifies the aggregate function to invoke.

System_CAPS_pubpropertyResultType

Gets the result type of this aggregate (Inherited from DbAggregate.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAs(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.