SortBy constructor (1 of 3)
namespace: Serenity.Services assembly: Serenity.Net.Services
Creates an empty SortBy object
public SortBy()
See Also
- class SortBy
SortBy constructor (2 of 3)
namespace: Serenity.Services assembly: Serenity.Net.Services
Creates a SortBy object for specified field name.
public SortBy(string field)
| parameter | description |
|---|---|
| field |
See Also
- class SortBy
SortBy constructor (3 of 3)
namespace: Serenity.Services assembly: Serenity.Net.Services
Creates an instance of the SortBy object containg the specified field name, and descending flag.
public SortBy(string field, bool descending)
| parameter | description |
|---|---|
| field | |
| descending |
See Also
- class SortBy