Instance Property
allColumns
The list of all column names available in the row, in no particular order.
var allColumns: [String] { get }
Discussion
Corresponds to KeyedDecodingContainer.allKeys.
Instance Property
var allColumns: [String] { get }
Corresponds to KeyedDecodingContainer.allKeys.