ICanAddCondition public interface ICanAddCondition : ICanAddSort, ICanBuild Allows for the application of a condition on a query Documentation IConditionBuilder<ICanAddSort> Where { get; } Creates a filter condition to be applied on the query.