DbDataAdapter SelectQuery ToListAsync T  Method NReco.Data Class Library Documentation
Asynchronously returns a list with all query results.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public Task<List<T>> ToListAsync<T>()
Type Parameters

T

Return Value

Type: Task List T  

Implements

IQueryModelResult ToListAsync T  
See Also