![]() |
Nabû 1.0.0
Standardizing .NET developments with abstractions
|
Public Member Functions | |
List< IIncludeInformation > | GetIncludeInformations () |
OrderByData< T >? | GetOrderByData () |
IIncludeInformation< TInclude > | Include< TInclude > (Expression< Func< T, TInclude > > expression, bool asSplitQuery=false) |
OrderByData< T > | OrderBy (Expression< Func< T, object > > orderBy, bool isDescending=false) |
Properties | |
Expression< Func< T, bool > >? | Criteria [get] |
bool | IsPagingEnabled [get, set] |
bool | AsSplitQuery [get, set] |
int | Skip [get, set] |
int | Take [get, set] |