removeColumn(named:)
Removes the column with the specified name.
Declaration
mutating func removeColumn(named: String)Parameters
- named:
The name of the column to remove.
Removes the column with the specified name.
mutating func removeColumn(named: String)The name of the column to remove.