Represents query result that can be mapped to dictionary.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The IQueryDictionaryResult type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ToDictionary |
Returns dictionary with first record values.
|
![]() | ToDictionaryAsync |
Asynchronously returns dictionary with first record values.
|
![]() | ToDictionaryAsync(CancellationToken) |
Asynchronously returns dictionary with first record values.
|
![]() | ToDictionaryList |
Returns a list of dictionaries with all query results.
|
![]() | ToDictionaryListAsync |
Asynchronously a list of dictionaries with all query results.
|
![]() | ToDictionaryListAsync(CancellationToken) |
Asynchronously a list of dictionaries with all query results.
|
See Also