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:

