IQueryDictionaryResult MethodsNReco.Data Class Library Documentation

The IQueryDictionaryResult type exposes the following members.

Methods

  NameDescription
Public methodToDictionary
Returns dictionary with first record values.
Public methodToDictionaryAsync 
Asynchronously returns dictionary with first record values.
Public methodToDictionaryAsync(CancellationToken)
Asynchronously returns dictionary with first record values.
Public methodToDictionaryList
Returns a list of dictionaries with all query results.
Public methodToDictionaryListAsync 
Asynchronously a list of dictionaries with all query results.
Public methodToDictionaryListAsync(CancellationToken)
Asynchronously a list of dictionaries with all query results.
Top
See Also