IBetweenConditionBuilder<T, U> public interface IBetweenConditionBuilder<T, U> Builds a condition that allows any result that is greater than the start value and less than the end value to pass. Documentation T Between(U startValue, U endValue) Values that are found between the start and end values will be returned.