Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Queryable::Count Method

 

Returns the number of elements in a sequence.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCount<TSource>(IQueryable<TSource>^)

Returns the number of elements in a sequence.

System_CAPS_pubmethodSystem_CAPS_staticCount<TSource>(IQueryable<TSource>^, Expression<Func<TSource, Boolean>^>^)

Returns the number of elements in the specified sequence that satisfies a condition.

Return to top
Show: