An SqlResult iterates over this type if SqlStatementOptions.returnRawResult is set to false (by default false) while SqlService.execute | executing an SQL query.
false
Keys are column names and values are values in the SQL row.
Generated using TypeDoc
An SqlResult iterates over this type if SqlStatementOptions.returnRawResult is set to
false(by defaultfalse) while SqlService.execute | executing an SQL query.Keys are column names and values are values in the SQL row.