<PackageReference Include="Relativity.API" Version="19.5.0" />

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.
T Between(U startValue, U endValue)

Values that are found between the start and end values will be returned.