I want to filter if the instanceEnd date is null. The RelationPredicateBucket filter does not allow that (see the code in red line). How can i achieve that?. Please advise
filter.PredicateExpression.AddWithOr(ProgramInstanceFields.InstanceEnd > DateTime.Now);
filter.PredicateExpression.AddWithOr(ProgramInstanceFields.InstanceEnd== null);