Sdílet prostřednictvím


IAsyncQueryExecutor.CountAsync<T>(IQueryable<T>) Metoda

Definice

Asynchronně počítá položky v objektu IQueryable<T>, pokud je podporován.

public System.Threading.Tasks.Task<int> CountAsync<T> (System.Linq.IQueryable<T> queryable);
abstract member CountAsync : System.Linq.IQueryable<'T> -> System.Threading.Tasks.Task<int>
Public Function CountAsync(Of T) (queryable As IQueryable(Of T)) As Task(Of Integer)

Parametry typu

T

Datový typ

Parametry

queryable
IQueryable<T>

Instance IQueryable<T> .

Návraty

Počet položek v nástroji queryable.

Platí pro