export
fun <E : Entity<E>, T : Table<E>> EntitySequence<E, T>.export(limit: Int = DEFAULT_LIMIT, offset: Int = DEFAULT_OFFSET, sort: (T) -> OrderByExpression? = null): ExportedSequence<E>
Exports an EntitySequence.
Parameters
limit
Max amount of elements to include into the exported sequence.
offset
The amount of elements to omit at the start.