DevForce Help Reference
Max Method (EntityScalarQueryAsyncExtensions)


Returns the maximum value of items in the sequence.
Overload List
OverloadDescription
Max(IEntityScalarQuery,Action<EntityScalarQueryOperation>,Object) Returns the maximum value of items in the sequence.  
Max<TSource>(IEntityScalarQuery<TSource>,Action<EntityScalarQueryOperation<TSource>>,Object) Returns the maximum value of items in the sequence.  
Max(IEntityScalarQuery,IProjectionSelector,Action<EntityScalarQueryOperation>,Object) Invokes a projection function on each element of the sequence and returns the maximum resulting value.  
Max<TSource,TResult>(IEntityScalarQuery<TSource>,Expression<Func<TSource,TResult>>,Action<EntityScalarQueryOperation<TResult>>,Object) Invokes a projection function on each element of the sequence and returns the maximum resulting value.  
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