descByName
inline fun <T : Any> QuerySortByReflection<T>.descByName(fieldName: String): QuerySortByReflection<T>
Adds a field to QuerySortByReflection using the name of field in the direction DESC.
Parameters
fieldName
Field name.
Adds a field to QuerySortByReflection using the name of field in the direction DESC.
Field name.