DevForce Help Reference
Min Method (EntityScalarAsyncExtensions)


Invokes a projection function on each element of the sequence and returns the minimum resulting value.
Overload List
OverloadDescription
Min<TSource,TResult>(IEntityScalarQuery<TSource>,Expression<Func<TSource,TResult>>) 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>>,CancellationToken)Invokes a projection function on each element of the sequence and returns the minimum resulting value. Pass in a System.Threading.CancellationToken to cancel operation.  
Min(IEntityScalarQuery) Returns the minimum value of items in the sequence.  
Min(IEntityScalarQuery,CancellationToken)Returns the minimum value of items in the sequence. Pass in a System.Threading.CancellationToken to cancel operation.  
Min<TSource>(IEntityScalarQuery<TSource>) Returns the minimum value of items in the sequence.  
Min<TSource>(IEntityScalarQuery<TSource>,CancellationToken)Returns the minimum value of items in the sequence. Pass in a System.Threading.CancellationToken to cancel operation.  
Min(IEntityScalarQuery,IProjectionSelector) Invokes a projection function on each element of the sequence and returns the minimum resulting value.  
Min(IEntityScalarQuery,IProjectionSelector,CancellationToken)Invokes a projection function on each element of the sequence and returns the minimum resulting value. Pass in a System.Threading.CancellationToken to cancel operation.  
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

EntityScalarAsyncExtensions Class
EntityScalarAsyncExtensions Members

Send Feedback