Collapse image Expand Image Copy image CopyHover image
                




.NET Framework Class Library
LiveViewExtensions..::..LiveAggregate Method
LiveViewExtensions Class  See Also 

Overload List

  Name Description
Public method Static member LiveAggregate<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, TSource>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, TSource>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TSource, Boolean>)>>)>)>>))
Applies an accumulator function over a view.
Public method Static member LiveAggregate<(Of <<'(TSource, TAccumulate>)>>)(View<(Of <<'(TSource>)>>), TAccumulate, Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, Boolean>)>>)>)>>))
Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value.
Public method Static member LiveAggregate<(Of <<'(TSource, TAccumulate, TResult>)>>)(View<(Of <<'(TSource>)>>), TAccumulate, Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, TAccumulate>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TSource, Boolean>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TAccumulate, TResult>)>>)>)>>))
Applies an accumulator function over a view. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.

See Also

LiveViewExtensions Class
LiveViewExtensions Members
C1.LiveLinq Namespace
Footer image