Header menu logo FCQRS

Query Module

Functions and values

Function or value Description

augmentQuery filter orderby orderbydesc thenby thenbydesc take skip db

Full Usage: augmentQuery filter orderby orderbydesc thenby thenbydesc take skip db

Parameters:
    filter : 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>
filter : 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>

Type something to start searching.