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
.NET Framework (current version)
Returns the number of elements in a sequence.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Count<TSource>(IQueryable<TSource>^) | Returns the number of elements in a sequence. |
![]() ![]() | Count<TSource>(IQueryable<TSource>^, Expression<Func<TSource, Boolean>^>^) | Returns the number of elements in the specified sequence that satisfies a condition. |
Show:

