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