Is it by design that PredicateFactory functions aren't generated for TypedListFieldIndexes? It would be nice to be able to:
filterBucket.PredicateExpression.AddWithAnd(PredicateFactory.CompareValue(ActivityTypedListFieldIndex.GroupId, ComparisonOperator.Equal, groupId))
Or is there an inherent problem with this? Should I be doing this some other way?