public IEnumerable<Dictionary<string, Object>> ToDictionaries()
Public Function ToDictionaries As IEnumerable(Of Dictionary(Of String, Object))
public:
IEnumerable<Dictionary<String^, Object^>^>^ ToDictionaries()
member ToDictionaries : unit -> IEnumerable<Dictionary<string, Object>>
Each row produces one dictionary, whose keys are the column names and whose values are the corresponding column values in that row.
This method can be used to produce a JSON serialized form of the data.