![]() |
Nabû 1.0.0
Standardizing .NET developments with abstractions
|
Inheritance diagram for Nabu.Data.Querying.ISpecification< T >: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] |