Interface ISelectGroupingAggregate<TKey>
Assembly: FreeSql.dll
Syntax
public interface ISelectGroupingAggregate<TKey>
Type Parameters
Properties
|
Improve this Doc
View Source
Key
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Avg<T3>(T3)
Declaration
decimal Avg<T3>(T3 column)
Parameters
| Type |
Name |
Description |
| T3 |
column |
|
Returns
| Type |
Description |
| System.Decimal |
|
Type Parameters
|
Improve this Doc
View Source
Count()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Count<T3>(T3)
Declaration
Parameters
| Type |
Name |
Description |
| T3 |
column |
|
Returns
| Type |
Description |
| System.Int32 |
|
Type Parameters
|
Improve this Doc
View Source
Max<T3>(T3)
Declaration
Parameters
| Type |
Name |
Description |
| T3 |
column |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Min<T3>(T3)
Declaration
Parameters
| Type |
Name |
Description |
| T3 |
column |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Sum<T3>(T3)
Declaration
decimal Sum<T3>(T3 column)
Parameters
| Type |
Name |
Description |
| T3 |
column |
|
Returns
| Type |
Description |
| System.Decimal |
|
Type Parameters