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