Hello,
I know using View.WhereAnd<> we can ammend the where statements and add a new condition like as i.e.
selectDetails.WhereAnd<Where<PMCostProjectionLine.taskID, Equal<Current<CostProjectionFilter.taskID>>>>();- I was wondering is there a way to remove Where Condition(s) on the fly as well?
- Can we reset the Where statements added to the View Query on the fly to the default state before where statements amended?