This topic has not yet been rated - Rate this topic

Queryable.Any Method

Determines whether any element of an IQueryable<T> sequence exists or satisfies a condition.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Any<TSource>(IQueryable<TSource>) Determines whether a sequence contains any elements.
Public method Static member Any<TSource>(IQueryable<TSource>, Expression<Func<TSource, Boolean>>) Determines whether any element of a sequence satisfies a condition.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.