DataReaderResult ToDictionaryListAsync Method 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

public Task<List<Dictionary<string, Object>>> ToDictionaryListAsync()

Return Value

Type: Task List Dictionary String, Object   

Implements

IQueryDictionaryResult ToDictionaryListAsync 
See Also