assumingType(_:)
Returns the underlying typed column.
Declaration
func assumingType<T>(_ type: T.Type) -> Column<T>Parameters
- type:
The type of the underlying column.
Return Value
A typed column.
Discussion
When using this method, you must provide the correct underlying type.