Nabû 1.0.0
Standardizing .NET developments with abstractions
Nabu.Data.Querying.ISpecification< T > Interface Template Reference
+ Inheritance diagram for Nabu.Data.Querying.ISpecification< T >:

Public Member Functions

List< IIncludeInformationGetIncludeInformations ()
 
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]