init(_:_:)
Creates a column identifier.
Declaration
init(_ name: String, _ type: T.Type)Parameters
- name:
The name of a column.
- type:
The type of the column’s elements.
Creates a column identifier.
init(_ name: String, _ type: T.Type)The name of a column.
The type of the column’s elements.