IdeaBlade DevForce 2010 Help Reference
Sum Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityScalarAsyncExtensions Class : Sum Method



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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.