type

inline fun <T> type(): Columns(source)

Select all columns of type T's class properties. Example: If you specify a class 'User' with the fields 'id' and 'name', this will select 'id,name'

Parameters

T

The type of the columns to select