Query Module
Functions and values
Function or value | Description |
Full Usage:
augmentQuery filter orderby orderbydesc thenby thenbydesc take skip db
Parameters:
Predicate option
orderby : string option
orderbydesc : string option
thenby : string option
thenbydesc : string option
take : int option
skip : int option
db : Expr<IQueryable<'a>>
Returns: IQueryable<'a>
|
|