Share via


IBinaryAggregate<TLeft,TRight,TState,TResult>.AccumulateLeft Method

Definition

Provides an expression that describes how to take the aggregate state and a new data object from the left input and compute a new aggregate state.

public System.Linq.Expressions.Expression<Func<TState,long,TLeft,TState>> AccumulateLeft ();
abstract member AccumulateLeft : unit -> System.Linq.Expressions.Expression<Func<'State, int64, 'Left, 'State>>
Public Function AccumulateLeft () As Expression(Of Func(Of TState, Long, TLeft, TState))

Returns

Expression<Func<TState,Int64,TLeft,TState>>

An expression that describes how to take the aggregate state and a new data object from the left input and compute a new aggregate state.

Applies to