Search Results for

    Show / Hide Table of Contents

    Interface ISelectGroupingAggregate<TKey, TValue>

    Inherited Members
    ISelectGroupingAggregate<TKey>.Key
    ISelectGroupingAggregate<TKey>.Count()
    ISelectGroupingAggregate<TKey>.Count<T3>(T3)
    ISelectGroupingAggregate<TKey>.Sum<T3>(T3)
    ISelectGroupingAggregate<TKey>.Avg<T3>(T3)
    ISelectGroupingAggregate<TKey>.Max<T3>(T3)
    ISelectGroupingAggregate<TKey>.Min<T3>(T3)
    Namespace: FreeSql
    Assembly: FreeSql.dll
    Syntax
    public interface ISelectGroupingAggregate<TKey, TValue> : ISelectGroupingAggregate<TKey>
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    | Improve this Doc View Source

    Value

    所有元素

    Declaration
    TValue Value { get; set; }
    Property Value
    Type Description
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX