subscript(_:_:)
Accesses a value in the row you select by a column name and type.
Declaration
subscript<T>(columnName: String, type: T.Type) -> T? { get set }Parameters
- columnName:
The name of a column.
- type:
The type of the column.
Accesses a value in the row you select by a column name and type.
subscript<T>(columnName: String, type: T.Type) -> T? { get set }The name of a column.
The type of the column.