asSequence

fun <E : Any, T : BaseTable<E>> T.asSequence(withReferences: Boolean = true): EntitySequence<E, T>(source)

Deprecated

ktorm-global will be removed in the future, please migrate to the standard API.

Create an EntitySequence from this table.