ascByName
Adds a field to QuerySortByField using the name of field in the direction ASC.
Parameters
fieldName
Field name.
fun <R : ComparableFieldProvider> QuerySortByField<R>.ascByName(fieldName: String): QuerySortByField<R>
Creates a QuerySortByField using the name of field in the direction ASC.
Parameters
fieldName
Field name.