Map¶
Converts all rows in table to return value of given callback function.
1 |
|
Converts all rows in table to return value of given callback function.
1 |
|
Parameters¶
(row: DataRow) => any fn
Function to call for every data row.
Remarks¶
If callback is null, error is thrown.
Convert all rows¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
If callback is null, error is thrown.