DevForce Help Reference
Contains Method (EntityScalarAsyncExtensions)


Determines whether a sequence contains any elements that match the specified element.
Overload List
OverloadDescription
Contains(IEntityScalarQuery,Object) Determines whether a sequence contains any elements that match the specified element.  
Contains(IEntityScalarQuery,Object,CancellationToken)Determines whether a sequence contains any elements that match the specified element. Pass in a System.Threading.CancellationToken to cancel operation.  
Contains<TSource>(IEntityScalarQuery<TSource>,TSource) Determines whether a sequence contains any elements that match the specified element.  
Contains<TSource>(IEntityScalarQuery<TSource>,TSource,CancellationToken)Determines whether a sequence contains any elements that match the specified element. 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