DbFunctionAggregate Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports standard aggregate functions, such as MIN, MAX, AVG, SUM, and so on. This class cannot be inherited.
public ref class DbFunctionAggregate sealed : System::Data::Common::CommandTrees::DbAggregate
public sealed class DbFunctionAggregate : System.Data.Common.CommandTrees.DbAggregate
type DbFunctionAggregate = class
inherit DbAggregate
Public NotInheritable Class DbFunctionAggregate
Inherits DbAggregate
- Inheritance
This aggregate type corresponds to the invocation of an aggregate function.
Aggregates are pseudo-expressions, and can only appear in the aggregates clause of a GroupBy
expression.
Arguments |
Gets the list of expressions that define the arguments to this DbAggregate. (Inherited from DbAggregate) |
Distinct |
Gets a value indicating whether this aggregate is a distinct aggregate. |
Function |
Gets the method metadata that specifies the aggregate function to invoke. |
Result |
Gets the result type of this DbAggregate. (Inherited from DbAggregate) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
As(Db |
Returns the specified arguments as a key/value pair object. |
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: