asc

inline fun <T : Any> asc(fieldName: String): QuerySortByReflection<T>

Creates a QuerySortByReflection using the name of field in the direction ASC.

Parameters

fieldName

Field name.


Creates a QuerySortByReflection using the property of field in the direction ASC.

Parameters

field

KProperty1 from the class.