DevForce Help Reference
Min Method (EntityScalarQueryAsyncExtensions)


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