TODO group levels.
This commit is contained in:
parent
a614b3afb3
commit
369c6f117f
@ -42,6 +42,14 @@ namespace PoweredSoft.DynamicQuery
|
||||
ApplySimpleBeforeAlterInterceptors();
|
||||
ApplyGenericBeforeAlterInterceptors<T>();
|
||||
ApplyFilters<T>();
|
||||
|
||||
// create group levels.
|
||||
if (Criteria.Groups.Count != 0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// TODO.
|
||||
}
|
||||
|
||||
protected virtual ConditionOperators? ResolveFromOrDefault(FilterType filterType) =>
|
||||
|
Loading…
Reference in New Issue
Block a user