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



Computes the average of a sequence of numeric values.

Overload List

OverloadDescription
Average(IEntityScalarQuery,Action<EntityScalarQueryOperation>,Object) Computes the average of a sequence of numeric values.  
Average<TSource>(IEntityScalarQuery<TSource>,Action<EntityScalarQueryOperation<TSource>>,Object) Computes the average of a sequence of numeric values.  
Average(IEntityScalarQuery,IProjectionSelector,Action<EntityScalarQueryOperation>,Object) Computes the average of a sequence of numeric values that is obtained by invoking a projection function on each element of the input sequence.  
Average<TSource,TResult>(IEntityScalarQuery<TSource>,Expression<Func<TSource,TResult>>,Action<EntityScalarQueryOperation<TResult>>,Object) Computes the average of a 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.