DevForce Help Reference
Sum Method (EntityScalarQueryAsyncExtensions)


Computes the sum of a sequence of numeric values.
Overload List
OverloadDescription
Sum(IEntityScalarQuery,Action<EntityScalarQueryOperation>,Object) Computes the sum of a sequence of numeric values.  
Sum<TSource>(IEntityScalarQuery<TSource>,Action<EntityScalarQueryOperation<TSource>>,Object) Computes the sum of a sequence of numeric values.  
Sum(IEntityScalarQuery,IProjectionSelector,Action<EntityScalarQueryOperation>,Object) Computes the sum of the sequence of numeric values that is obtained by invoking a projection function on each element of the input sequence.  
Sum<TSource,TResult>(IEntityScalarQuery<TSource>,Expression<Func<TSource,TResult>>,Action<EntityScalarQueryOperation<TResult>>,Object) Computes the sum of the sequence of numeric values that is obtained by invoking a projection function on each element of the input sequence.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityScalarQueryAsyncExtensions Class
EntityScalarQueryAsyncExtensions Members

Send Feedback