Interface IFinalClause
A clause which cannot be modified anymore, only ToString() makes sense
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public interface IFinalClause
Methods
| Improve this Doc View SourceOrderBy(Fields)
Specify the order by field, default field order is used, this can be called mutiple times
Declaration
IFinalClause OrderBy(Fields field)
Parameters
Type | Name | Description |
---|---|---|
Fields | field | Field to specify what to order by |
Returns
Type | Description |
---|---|
IFinalClause | IFinalClause |
OrderByAscending(Fields)
Specify the order by, ascending, this can be called mutiple times
Declaration
IFinalClause OrderByAscending(Fields field)
Parameters
Type | Name | Description |
---|---|---|
Fields | field | Field to specify what to order by |
Returns
Type | Description |
---|---|
IFinalClause | IFinalClause |
OrderByDescending(Fields)
Specify the order by, descending, this can be called mutiple times
Declaration
IFinalClause OrderByDescending(Fields field)
Parameters
Type | Name | Description |
---|---|---|
Fields | field | Field to specify what to order by |
Returns
Type | Description |
---|---|
IFinalClause | IFinalClause |