IQueryDictionaryResult ToDictionaryListAsync Method (CancellationToken)NReco.Data Class Library Documentation
Asynchronously a list of dictionaries with all query results.

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

Task<List<Dictionary<string, Object>>> ToDictionaryListAsync(
	CancellationToken cancel
)

Return Value

Type: Task List Dictionary String, Object   
See Also