desc

inline fun <R : Any> desc(fieldName: String): QuerySortByReflection<R>

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

Parameters

fieldName

Field name.


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

Parameters

field

KProperty1 from the class.